diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-03-16 13:34:00 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-03-16 13:34:00 +0100 |
commit | 0bbe5815fd94129767ec0072d1d7e5e7eff1a6e7 (patch) | |
tree | 1b44e7d6fd8446f8c3e2fc8f1ef3af281d590fab /util/imb_api.h | |
parent | 9641459c047738b492ab6002a9d38d286e237721 (diff) | |
parent | 5ad8be875662e799ca8739e267b4879bb281a048 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'util/imb_api.h')
-rw-r--r-- | util/imb_api.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/imb_api.h b/util/imb_api.h index cca3c5f..fc2df3e 100644 --- a/util/imb_api.h +++ b/util/imb_api.h @@ -65,10 +65,11 @@ typedef long wchar_t; #ifndef CONST #define CONST const #endif +#define uchar unsigned char +#define BYTE unsigned char typedef unsigned int UINT32; typedef unsigned long DWORD; typedef int BOOL; -typedef unsigned char BYTE; typedef unsigned short WORD; typedef float FLOAT; typedef FLOAT *PFLOAT; |