소스 검색

Fixed compiler warnings.

woollybah 5 년 전
부모
커밋
42884be468
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      libuuid.mod/libuuid/src/gen_uuid.c

+ 1 - 0
libuuid.mod/libuuid/src/gen_uuid.c

@@ -104,6 +104,7 @@
 #endif
 
 #ifdef _WIN32
+#define ftruncate _chsize
 static void gettimeofday (struct timeval *tv, void *dummy)
 {
 	FILETIME	ftime;