Skip to content
Snippets Groups Projects
Commit dfbd9132 authored by rswindell's avatar rswindell
Browse files

Do the tzname -> _tzname mapping for ALL Win32 builds:

We need this for MSVC2013 and MSVC2017 builds.
parent b52c88e3
No related branches found
No related tags found
No related merge requests found
...@@ -276,9 +276,7 @@ DLLEXPORT int DLLCALL get_errno(void); ...@@ -276,9 +276,7 @@ DLLEXPORT int DLLCALL get_errno(void);
#define SLEEP(x) Sleep(x) #define SLEEP(x) Sleep(x)
#define popen _popen #define popen _popen
#define pclose _pclose #define pclose _pclose
#if !(defined(_MSC_VER) || defined(__MSVCRT__)) /* Conflicts with latest (Windows 2003 R2) PlatformSDK include/time.h */ #define tzname _tzname
#define tzname _tzname
#endif
#elif defined(__OS2__) #elif defined(__OS2__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment