gecko-dev/xpcom/build/xrecore.h
Benjamin Smedberg 67116c7fb5 Bug 1306329 - Stop exporting XPCOM and XUL symbols. r=glandium
MozReview-Commit-ID: AMNFLRCJ98h

--HG--
extra : rebase_source : 8adaea5e9f72b5974be5bf86c32a7b2e06129c48
extra : source : 1c2f51ce3faff9c2ecd9d6c09ac49de975946185
2016-12-02 12:55:34 -05:00

18 lines
515 B
C

/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef xrecore_h__
#define xrecore_h__
#include "nscore.h"
/**
* Import/export macros for libXUL APIs.
*/
#define XRE_API(type, name, params) type name params;
#endif // xrecore_h__