also corrects LONG (not just ULONG)

This commit is contained in:
2026-04-04 11:45:39 +02:00
parent f58aa42abd
commit 27438ef6a5

View File

@@ -93,7 +93,7 @@ typedef char CHAR;
typedef unsigned char UCHAR;
typedef int INT;
typedef unsigned int UINT;
typedef int LONG;
typedef long LONG;
typedef unsigned long ULONG;
typedef unsigned long long ULONG64;
typedef short SHORT;