From: ShadowFlare Date: Mon, 14 Mar 2011 12:32:59 +0000 (-0600) Subject: Add UINT64 type. X-Git-Url: https://sfsrealm.hopto.org/projects/gitweb.cgi?p=SFmpqapi.git;a=commitdiff_plain;h=35cad03d242e9a8025c87164574a22fca9f27cee Add UINT64 type. --- diff --git a/linux/windows.h b/linux/windows.h index f377310..fb1f8df 100644 --- a/linux/windows.h +++ b/linux/windows.h @@ -32,6 +32,7 @@ extern "C" { typedef uint8_t BYTE; typedef uint16_t WORD; typedef uint32_t DWORD; +typedef uint64_t UINT64; typedef int16_t SHORT; typedef uint16_t USHORT; typedef DWORD LCID;