Stasik0 před 9 roky
rodič
revize
de4deda2aa
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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;