summaryrefslogtreecommitdiffstats
path: root/src/win32port.h
blob: a39590f1470d71122d32d0908e230c3c8ac791a2 (plain)
1
2
3
4
5
6
7
8
9
#ifndef NINJA_WIN32PORT_H_
#define NINJA_WIN32PORT_H_
#pragma once

/// A 64-bit integer type
typedef unsigned long long int64_t;
typedef unsigned long long uint64_t;

#endif // NINJA_WIN32PORT_H_