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:
@@ -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
|
||||
|
Reference in New Issue
Block a user