From: Václav Slavík Date: Fri, 14 Dec 2001 19:24:32 +0000 (+0000) Subject: Oops, Watcom doesn't have _mktemp in DOS X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dccaf280564efabd524f8432aa2e448a3fb341ed 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 --- diff --git a/src/common/file.cpp b/src/common/file.cpp index 17b5627877..b7ce74c794 100644 --- a/src/common/file.cpp +++ b/src/common/file.cpp @@ -61,7 +61,6 @@ #endif #elif defined(__DOS__) && defined(__WATCOMC__) #include - char* mktemp(char *path) { return _mktemp(path); } #elif (defined(__WXPM__)) #include #define W_OK 2