summaryrefslogtreecommitdiffstats
path: root/src/win32port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32port.h')
-rw-r--r--src/win32port.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/win32port.h b/src/win32port.h
index 8b42b38..ce3c949 100644
--- a/src/win32port.h
+++ b/src/win32port.h
@@ -14,8 +14,9 @@
#ifndef NINJA_WIN32PORT_H_
#define NINJA_WIN32PORT_H_
-#pragma once
+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;