Skip to content

Commit

Permalink
[native] Add CHAR and PCSTR to windows_base.h
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Jul 29, 2023
1 parent 4ed0426 commit dfbebba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/native/windows/windows_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ typedef wchar_t WCHAR;
typedef WCHAR *NWPSTR, *LPWSTR, *PWSTR;
typedef unsigned char UCHAR, *PUCHAR;

typedef char CHAR;
typedef const CHAR *LPCSTR, *PCSTR;

typedef INT BOOL;
typedef BOOL WINBOOL;

Expand Down

0 comments on commit dfbebba

Please sign in to comment.