libilliCore.h

Go to the documentation of this file.
00001 #ifdef WIN32
00002 # include <windows.h>
00003 #else  /* assume POSIX */
00004 # include <stdint.h>
00005 #endif
00006 
00007 #ifndef LOOG_INT64
00008 # ifdef WIN32
00009 #  define LOOG_INT64 signed __int64
00010 # else
00011 #  define LOOG_INT64 int64_t
00012 # endif
00013 #endif
00014 
00015 #ifndef LOOG_UINT64
00016 # ifdef WIN32
00017 #  define LOOG_UINT64 unsigned __int64
00018 # else  /* assume POSIX */
00019 #  define LOOG_UINT64 uint64_t
00020 # endif
00021 #endif

Generated on Tue Feb 15 14:54:22 2005 for oggdsf by  doxygen 1.3.9