fix EOF code for windows

This commit is contained in:
Alex Yatskov 2019-01-03 20:09:46 -08:00
parent 3e865519af
commit 7ab31baa15

View File

@ -1,4 +1,4 @@
#define ERROR_HANDLE_EOF 1002
#define ERROR_HANDLE_EOF 38
#include <windows.h>
#include "native.h"