浏览代码

more fixes :(, #170

Stasik0 9 年之前
父节点
当前提交
de4deda2aa
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/ua_types.c

+ 2 - 1
src/ua_types.c

@@ -267,7 +267,8 @@ UA_TYPE_AS(UA_DateTime, UA_Int64)
 #define HUNDRED_NANOSEC_PER_SEC (HUNDRED_NANOSEC_PER_USEC * 1000000LL)
 
 #ifdef __MINGW32__
-#ifndef timezone
+#ifndef _TIMEZONE_DEFINED
+#define _TIMEZONE_DEFINED
 struct timezone {
   int tz_minuteswest;
   int tz_dsttime;