Fix windows build

This commit is contained in:
Alex Yatskov 2019-01-04 19:23:46 -08:00
parent 7ab31baa15
commit 8b21b0724c
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#define bool unsigned char
#define FILE_BEGIN 0
#define FILE_CURRENT 1
#define FILE_END 2

View File

@ -3,7 +3,6 @@
#define LPOVERLAPPED void *
#define TCHAR char
#define HANDLE void *
#define bool unsigned char
#define LONG int
#define ERROR_HANDLE_EOF 1002
#define WINAPI