зеркало из https://github.com/mozilla/pjs.git
changed order of stuff in new macros.
This commit is contained in:
Родитель
216cf4ab05
Коммит
45df9be722
|
@ -58,9 +58,9 @@ typedef PRUcs2 PRUnichar;
|
|||
|
||||
#ifdef NS_WIN32
|
||||
#define NS_IMPORT _declspec(dllimport)
|
||||
#define NS_IMPORT_(type) _declspec(dllimport) type __stdcall
|
||||
#define NS_IMPORT_(type) type _declspec(dllimport) __stdcall
|
||||
#define NS_EXPORT _declspec(dllexport)
|
||||
#define NS_EXPORT_(type) _declspec(dllexport) type __stdcall
|
||||
#define NS_EXPORT_(type) type _declspec(dllexport) __stdcall
|
||||
#else
|
||||
/* XXX do something useful? */
|
||||
#define NS_IMPORT
|
||||
|
|
Загрузка…
Ссылка в новой задаче