Skip to content

Commit b3ac40d

Browse files
committed
Windows上でのビルドエラーに対応
* HAVE_TIMEZONEが有効になっており、Visual Studioでのビルド時にエラーとなるため、無効にした
1 parent 894d096 commit b3ac40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
#define HAVE_SYS_TYPES_H 1
275275

276276
/* Has timezone variable */
277-
#define HAVE_TIMEZONE 1
277+
/* #undef HAVE_TIMEZONE */
278278

279279
/* Define to 1 if you have the <unistd.h> header file. */
280280
#ifndef _WIN32

0 commit comments

Comments
 (0)