diff options
Diffstat (limited to 'src/win32port.h')
-rw-r--r-- | src/win32port.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/win32port.h b/src/win32port.h index 8b42b38..97bf817 100644 --- a/src/win32port.h +++ b/src/win32port.h @@ -14,7 +14,6 @@ #ifndef NINJA_WIN32PORT_H_ #define NINJA_WIN32PORT_H_ -#pragma once /// A 64-bit integer type typedef signed long long int64_t; |