Commit 5e6cef4c authored by jaco's avatar jaco

wip windows compiling fixing

parent 9d0721b8
......@@ -170,7 +170,8 @@ inline Rect Vec4i2Rect( Vec4i &v )
#define INT64 long long
#else
#define INT64 long
typedef unsigned long UINT64;
//typedef unsigned long UINT64;
#define UINT64 unsigned long
#endif
/*
......
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