Commit 5e6cef4c authored by jaco's avatar jaco

wip windows compiling fixing

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