Add new line to new file
authorFrances Buontempo <frances.buontempo@gmail.com>
Tue, 3 Jan 2012 16:48:02 +0000 (16:48 +0000)
committerFrances Buontempo <frances.buontempo@gmail.com>
Tue, 3 Jan 2012 16:48:02 +0000 (16:48 +0000)
src/win32port.h

index a39590f..4abdb14 100644 (file)
@@ -3,7 +3,8 @@
 #pragma once
 
 /// A 64-bit integer type
-typedef unsigned long long int64_t;
+typedef signed long long int64_t;
 typedef unsigned long long uint64_t;
 
-#endif // NINJA_WIN32PORT_H_
\ No newline at end of file
+#endif // NINJA_WIN32PORT_H_
+