Oops, Watcom doesn't have _mktemp in DOS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2001-12-14 19:24:32 +00:00
parent 9210a48a33
commit dccaf28056

View File

@ -61,7 +61,6 @@
#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