]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
Moved allocation of m_imData or key down gives seg fault
[wxWidgets.git] / src / common / filefn.cpp
index afc6b6705e32ada508bb499701f8f8d244e4ec4c..18620e0a5cbcb8c89561663b51141b0afd55d498 100644 (file)
@@ -79,9 +79,6 @@
     #if defined __MWERKS__ || defined __CYGWIN__
         #include <io.h>
     #endif
-    #if defined __WINE__
-    extern "C" { long _get_osfhandle(int); }
-    #endif
 #endif // __WINDOWS__
 
 #if defined(__VMS__)
@@ -186,8 +183,8 @@ void wxPathList::AddEnvList (const wxString& envVariable)
         path such as "C:\Program Files" would be split into 2 paths:
         "C:\Program" and "Files"
         */
-//        wxT(" ;"); // Don't seperate with colon in DOS (used for drive)
-        wxT(";"); // Don't seperate with colon in DOS (used for drive)
+//        wxT(" ;"); // Don't separate with colon in DOS (used for drive)
+        wxT(";"); // Don't separate with colon in DOS (used for drive)
 #else
         wxT(" :;");
 #endif