소스 검색

Tell windows how big time_t is.

svn:r3735
Nick Mathewson 20 년 전
부모
커밋
37a478bd78
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/win32/orconfig.h

+ 3 - 0
src/win32/orconfig.h

@@ -174,6 +174,9 @@
 /* The size of a `short', as computed by sizeof. */
 #define SIZEOF_SHORT 2
 
+/* The size of a `time_t', as computed by sizeof. */
+#define SIZEOF_TIME_T 4
+
 /* The size of a `uint16_t', as computed by sizeof. */
 #undef SIZEOF_UINT16_T