浏览代码

define TIME_T_IS_SIGNED on windows

svn:r4676
Nick Mathewson 20 年之前
父节点
当前提交
67d8c5af8f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/win32/orconfig.h

+ 3 - 0
src/win32/orconfig.h

@@ -209,6 +209,9 @@
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS
 
+/* Define to 1 if time_t is signed. */
+#define TIME_T_IS_SIGNED
+
 /* Define to 1 iff unaligned int access is allowed */
 #define UNALIGNED_INT_ACCESS_OK