]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsunx.cpp
wxString(file.fn_str()) doesn't make sense. If just file.fn_str() gives
[wxWidgets.git] / src / unix / utilsunx.cpp
index 69b8cea1a0f99c541d93790d3112615a47ebcb94..79c2431059ce100f3c97fe8251c64c019beefafd 100644 (file)
@@ -277,7 +277,7 @@ long wxExecute( wxChar **argv, bool sync, wxProcess *process )
     }
 
     // fork the process
-#ifdef HAVE_VFORK
+#if HAVE_VFORK
     pid_t pid = vfork();
 #else
     pid_t pid = fork();