mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 14:07:29 -04:00
another fix for size_t error
This commit is contained in:
@@ -181,7 +181,7 @@ public:
|
||||
// override unless we give it that. I don't know of an easy way to convince
|
||||
// IntelliSense that we're in a 32-bit project, so just give it a different size.
|
||||
#if defined __INTELLISENSE__
|
||||
typedef unsigned long long NEW_SIZE;
|
||||
typedef unsigned int NEW_SIZE;
|
||||
#else
|
||||
typedef u32 NEW_SIZE;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user