DOSBox-X
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
include/uint64_const.h
00001 
00002 #ifndef ISP_UTILS_MISC_UINT64_CONST_H
00003 #define ISP_UTILS_MISC_UINT64_CONST_H
00004 
00005 #ifndef INT64_C
00006 #define INT64_C(v)   (v ## LL)
00007 #endif
00008 
00009 #ifndef UINT64_C
00010 #define UINT64_C(v)  (v ## ULL)
00011 #endif
00012 
00013 #endif