]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utilsexc.cpp
Applied [ 745533 ] implemented wxNotebook::DoGetBestSize
[wxWidgets.git] / src / msw / utilsexc.cpp
index 17eac58b1912a0d5aa58d20ac63ee768ef0e80fd..79f509782d213283b2922cb0e432ea09a2b881d5 100644 (file)
@@ -54,7 +54,7 @@
 #endif
 #endif
 
-#if defined(__GNUWIN32__) && !defined(__TWIN32__)
+#if defined(__GNUWIN32__)
     #include <sys/unistd.h>
     #include <sys/stat.h>
 #endif
@@ -594,7 +594,7 @@ long wxExecute(const wxString& cmd, int flags, wxProcess *handler)
         command = cmd;
     }
 
-#if defined(__WIN32__) && !defined(__TWIN32__)
+#if defined(__WIN32__)
 
     // the IO redirection is only supported with wxUSE_STREAMS
     BOOL redirect = FALSE;