Avoid double-define on WinCE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-02-11 09:20:59 +00:00
parent c87fc2859d
commit 93710ae8e6

View File

@@ -46,8 +46,10 @@
#ifdef __WXWINCE__
// there is no ExitProcess() under CE but exiting the main thread has the
// same effect
#ifndef ExitProcess
#define ExitProcess ExitThread
#endif
#endif
#ifdef __BORLANDC__
// BC++ has to be special: its run-time expects the DLL entry point to be