changed order of stuff in new macros.
git-svn-id: svn://10.0.0.236/trunk@6501 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1fd568b4a9
commit
9137aba336
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user