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

Replace the "#define tzname" for Borland-Win32 builds (needed).

parent b21917ff
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ DLLEXPORT int DLLCALL get_errno(void);
#define SLEEP(x) Sleep(x)
#define popen _popen
#define pclose _pclose
#if 0 /* Conflicts with latest (Windows 2003 R2) PlatformSDK include/time.h */
#if !defined(_MSC_VER) /* Conflicts with latest (Windows 2003 R2) PlatformSDK include/time.h */
#define tzname _tzname
#endif
......
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