]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsunx.cpp
Fixed a bug so wxLC_VRULES works by itself.
[wxWidgets.git] / src / unix / utilsunx.cpp
index a93c05a3be1d07e5e4b10cc731bfb360de67318b..ad8a078fabd6c6d96e2bf1a4e514748e168e4634 100644 (file)
@@ -608,7 +608,7 @@ long wxExecute(wxChar **argv,
             close(pipeErr[1]); // close writing side
         }
 
             close(pipeErr[1]); // close writing side
         }
 
-#if wxUSE_GUI
+#if wxUSE_GUI && !defined(__WXMICROWIN__)
         wxEndProcessData *data = new wxEndProcessData;
 
         if ( sync )
         wxEndProcessData *data = new wxEndProcessData;
 
         if ( sync )