From: Václav Slavík Date: Wed, 5 Dec 2001 17:03:05 +0000 (+0000) Subject: compilation fixes for Watcom+MGL+MS-DOS X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b7f411dd9be23d3550ec2e092ae14d5a327acbcd compilation fixes for Watcom+MGL+MS-DOS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/file.cpp b/src/common/file.cpp index 33553f518f..17b5627877 100644 --- a/src/common/file.cpp +++ b/src/common/file.cpp @@ -59,6 +59,9 @@ #ifdef __GNUWIN32__ #include #endif +#elif defined(__DOS__) && defined(__WATCOMC__) + #include + char* mktemp(char *path) { return _mktemp(path); } #elif (defined(__WXPM__)) #include #define W_OK 2