From b7f411dd9be23d3550ec2e092ae14d5a327acbcd Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 5 Dec 2001 17:03:05 +0000 Subject: [PATCH] compilation fixes for Watcom+MGL+MS-DOS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/file.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.45.2