summaryrefslogtreecommitdiffstats
path: root/src/win32port.h
diff options
context:
space:
mode:
authorFrances Buontempo <frances.buontempo@gmail.com>2012-01-03 16:48:02 (GMT)
committerFrances Buontempo <frances.buontempo@gmail.com>2012-01-03 16:48:02 (GMT)
commit7e3f93541e937d886652a8c16873efd93d98230b (patch)
tree01d64a81d59f0969eaf69dd65079fdab01fbfefa /src/win32port.h
parentd7dbe1ac84658bd2b1b1d5cf38823a22a317f18b (diff)
downloadNinja-7e3f93541e937d886652a8c16873efd93d98230b.zip
Ninja-7e3f93541e937d886652a8c16873efd93d98230b.tar.gz
Ninja-7e3f93541e937d886652a8c16873efd93d98230b.tar.bz2
Add new line to new file
Diffstat (limited to 'src/win32port.h')
-rw-r--r--src/win32port.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/win32port.h b/src/win32port.h
index a39590f..4abdb14 100644
--- a/src/win32port.h
+++ b/src/win32port.h
@@ -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_
+