diff options
Diffstat (limited to 'cphidget.h')
-rw-r--r-- | cphidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ typedef struct _CPhidget_Timestamp { * Platform independent 64-bit integer. */ typedef long long __int64; +typedef unsigned long long __uint64; #endif #include "cphidgetconstantsinternal.h" |