CPPTools/CPPTools/ArchAbstract.h
2017-09-29 00:47:33 +02:00

7 lines
193 B
C

#pragma once
// Add architecture abstraction things here. I.e. things that make the difference between architectures less visible
#ifndef ulong_64b
#define ulong_64b unsigned long long
#endif