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:
@@ -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
|
||||
|
Reference in New Issue
Block a user