Commit 69d0d4e7 authored by jaco's avatar jaco

wip windows BYTE type error II

parent 51884d9a
...@@ -83,6 +83,8 @@ typedef void *HANDLE; ...@@ -83,6 +83,8 @@ typedef void *HANDLE;
#ifndef _MSC_VER #ifndef _MSC_VER
typedef unsigned char BYTE; typedef unsigned char BYTE;
#else
#include <windef.h>
#endif #endif
typedef std::vector<int> vecI; 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