Skip to content
Snippets Groups Projects
Commit 75aacefc authored by Lev Walkin's avatar Lev Walkin
Browse files

not supported variadic macros

parent 90d15204
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ static struct tm *gmtime_r(const time_t *tloc, struct tm *result) {
}
#define tzset() _tzset()
#define putenv() _putenv()
#define putenv _putenv
#define _EMULATE_TIMEGM
#endif /* WIN32 */
......
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