diff options
author | Frances Buontempo <frances.buontempo@gmail.com> | 2012-01-03 16:48:02 (GMT) |
---|---|---|
committer | Frances Buontempo <frances.buontempo@gmail.com> | 2012-01-03 16:48:02 (GMT) |
commit | 7e3f93541e937d886652a8c16873efd93d98230b (patch) | |
tree | 01d64a81d59f0969eaf69dd65079fdab01fbfefa | |
parent | d7dbe1ac84658bd2b1b1d5cf38823a22a317f18b (diff) | |
download | Ninja-7e3f93541e937d886652a8c16873efd93d98230b.zip Ninja-7e3f93541e937d886652a8c16873efd93d98230b.tar.gz Ninja-7e3f93541e937d886652a8c16873efd93d98230b.tar.bz2 |
Add new line to new file
-rw-r--r-- | src/win32port.h | 5 |
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_ + |