Current News Archived News Search News Discussion Forum Old Forum Install Programs More Downloads... Troubleshooting Source Code Format Specs. Misc. Information Non-SF Stuff Links Small banner for links to this site: |
diff --git a/linux/windows.h b/linux/windows.h
--- a/linux/windows.h
+++ b/linux/windows.h
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;
|