compilation fixes for Watcom+MGL+MS-DOS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-12-05 17:03:05 +00:00
parent 7f60145d85
commit b7f411dd9b

View File

@@ -59,6 +59,9 @@
#ifdef __GNUWIN32__
#include <windows.h>
#endif
#elif defined(__DOS__) && defined(__WATCOMC__)
#include <io.h>
char* mktemp(char *path) { return _mktemp(path); }
#elif (defined(__WXPM__))
#include <io.h>
#define W_OK 2