summaryrefslogtreecommitdiffstats
path: root/src/win32port.h
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-07-17 20:20:12 (GMT)
committerEvan Martin <martine@danga.com>2012-07-17 20:20:12 (GMT)
commit039b662d52b10f3a45accc40e3c269676c664f7c (patch)
tree301c3c0d944a1341c6bdf7f23d5cf284303ea60e /src/win32port.h
parent5d8d27c3f078ec00efa97e9bbf0418825e8ff57f (diff)
parent98d1b7b718de76831ddf4da283e6c0510266322b (diff)
downloadNinja-039b662d52b10f3a45accc40e3c269676c664f7c.zip
Ninja-039b662d52b10f3a45accc40e3c269676c664f7c.tar.gz
Ninja-039b662d52b10f3a45accc40e3c269676c664f7c.tar.bz2
Merge pull request #340 from sgraham/fix-win-build
fix win32 compile, fix BuildLogTest.WriteRead on 2nd run
Diffstat (limited to 'src/win32port.h')
-rw-r--r--src/win32port.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win32port.h b/src/win32port.h
index 97bf817..ce3c949 100644
--- a/src/win32port.h
+++ b/src/win32port.h
@@ -15,6 +15,8 @@
#ifndef NINJA_WIN32PORT_H_
#define NINJA_WIN32PORT_H_
+typedef signed short int16_t;
+typedef unsigned short uint16_t;
/// A 64-bit integer type
typedef signed long long int64_t;
typedef unsigned long long uint64_t;