#if defined __MWERKS__ || defined __CYGWIN__
#include <io.h>
#endif
- #if defined __WINE__
- extern "C" { long _get_osfhandle(int); }
- #endif
#endif // __WINDOWS__
#if defined(__VMS__)
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