Skip to content

Commit

Permalink
Bug 455374 - WinCE JS DLL does not need DllMain() function. patch by …
Browse files Browse the repository at this point in the history
…wolfe, r=crowder
  • Loading branch information
Doug Turner committed Sep 23, 2008
1 parent 18686fc commit 368e1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/jsapi.cpp
Expand Up @@ -5838,7 +5838,7 @@ JS_SetGCZeal(JSContext *cx, uint8 zeal)

/************************************************************************/

#if !defined(STATIC_JS_API) && defined(XP_WIN)
#if !defined(STATIC_JS_API) && defined(XP_WIN) && !defined (WINCE)

#include <windows.h>

Expand Down

0 comments on commit 368e1aa

Please sign in to comment.