Commit cd9b8da8 authored by jaco's avatar jaco

windows include fixed

parent 69d0d4e7
......@@ -84,7 +84,7 @@ typedef void *HANDLE;
#ifndef _MSC_VER
typedef unsigned char BYTE;
#else
#include <windef.h>
#include <windows.h>
#endif
typedef std::vector<int> vecI;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment