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

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

#endif // NINJA_WIN32PORT_H_