Updated typedefs

This commit is contained in:
Uwe Seimet 2021-08-14 13:04:23 +02:00
parent bea40ecf25
commit 546b46215a

View File

@ -103,9 +103,9 @@
//
//---------------------------------------------------------------------------
typedef unsigned char BYTE;
typedef unsigned short WORD;
typedef unsigned long DWORD;
typedef unsigned long long QWORD;
typedef uint16_t WORD;
typedef uint32_t DWORD;
typedef uint64_t QWORD;
typedef int BOOL;
typedef char TCHAR;
typedef char *LPTSTR;