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:
mkaply%us.ibm.com 2001-01-31 23:40:42 +00:00
Родитель 2ae966c468
Коммит 1c00ee937b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 */