Browse Source

Fixed compiler warnings.

woollybah 5 years ago
parent
commit
42884be468
1 changed files with 1 additions and 0 deletions
  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;