remove bool identity type

This commit is contained in:
Tropical 2026-03-30 00:17:42 -05:00
parent 51e61a12b4
commit 2ebead56ca

View file

@ -18,7 +18,6 @@
#define S_OK 0
typedef unsigned int DWORD;
typedef bool bool;
typedef wchar_t WCHAR;
typedef unsigned char BYTE;
typedef BYTE* PBYTE;