]> git.saurik.com Git - wxWidgets.git/commitdiff
Avoid double-define on WinCE
authorJulian Smart <julian@anthemion.co.uk>
Fri, 11 Feb 2005 09:20:59 +0000 (09:20 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 11 Feb 2005 09:20:59 +0000 (09:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/main.cpp

index 900ef4fdefad0b35f4c391b1f81e4638b770c3ad..796074690db03368b8014b809f6de374c44320e6 100644 (file)
 #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