]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utilsexc.cpp
underscors are handled better in the menu item labels
[wxWidgets.git] / src / msw / utilsexc.cpp
index 0c566962daaa297275fc6a63c8fa264ee959fbdc..9363e5947ba5b8d52be2a66017254c9d82fe5473 100644 (file)
 #endif
 
 #include "wx/log.h"
+
+#ifdef __WIN32__
 #include "wx/process.h"
+#endif
 
 #include "wx/msw/private.h"
 
@@ -113,7 +116,6 @@ static DWORD wxExecuteThread(wxExecuteData *data)
 
     return 0;
 }
-#endif
 
 // window procedure of a hidden window which is created just to receive
 // the notification message when a process exits
@@ -146,6 +148,7 @@ LRESULT APIENTRY _EXPORT wxExecuteWindowCbk(HWND hWnd, UINT message,
 
     return 0;
 }
+#endif
 
 extern wxChar wxPanelClassName[];