Fix windows build
This commit is contained in:
parent
7ab31baa15
commit
8b21b0724c
@ -1,3 +1,5 @@
|
|||||||
|
#define bool unsigned char
|
||||||
|
|
||||||
#define FILE_BEGIN 0
|
#define FILE_BEGIN 0
|
||||||
#define FILE_CURRENT 1
|
#define FILE_CURRENT 1
|
||||||
#define FILE_END 2
|
#define FILE_END 2
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
#define LPOVERLAPPED void *
|
#define LPOVERLAPPED void *
|
||||||
#define TCHAR char
|
#define TCHAR char
|
||||||
#define HANDLE void *
|
#define HANDLE void *
|
||||||
#define bool unsigned char
|
|
||||||
#define LONG int
|
#define LONG int
|
||||||
#define ERROR_HANDLE_EOF 1002
|
#define ERROR_HANDLE_EOF 1002
|
||||||
#define WINAPI
|
#define WINAPI
|
||||||
|
Loading…
Reference in New Issue
Block a user