Commit 75aacefc authored by Lev Walkin's avatar Lev Walkin

not supported variadic macros

parent 90d15204
...@@ -33,7 +33,7 @@ static struct tm *gmtime_r(const time_t *tloc, struct tm *result) { ...@@ -33,7 +33,7 @@ static struct tm *gmtime_r(const time_t *tloc, struct tm *result) {
} }
#define tzset() _tzset() #define tzset() _tzset()
#define putenv() _putenv() #define putenv _putenv
#define _EMULATE_TIMEGM #define _EMULATE_TIMEGM
#endif /* WIN32 */ #endif /* WIN32 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment