зеркало из https://github.com/mozilla/pjs.git
OS/2 only
r=dbaron Add static to OS/2 JS_STATIC_CALLBACK so I don't break the build like I did yesterday
This commit is contained in:
Родитель
ed6ae6f4e1
Коммит
555d54c5fb
|
@ -128,7 +128,7 @@
|
|||
#define JS_EXTERN_DATA(__type) extern __type
|
||||
#define JS_EXPORT_DATA(__type) __type
|
||||
#define JS_DLL_CALLBACK _Optlink
|
||||
#define JS_STATIC_DLL_CALLBACK(__x) __x JS_DLL_CALLBACK
|
||||
#define JS_STATIC_DLL_CALLBACK(__x) static __x JS_DLL_CALLBACK
|
||||
|
||||
#else /* Unix */
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче