mirror of
https://github.com/glest/glest-source.git
synced 2025-08-10 02:16:31 +02:00
- fix win32 build (around definition of byte keyword)
This commit is contained in:
@@ -33,7 +33,7 @@ typedef unsigned int uint32;
|
||||
typedef long long int64;
|
||||
typedef unsigned long long uint64;
|
||||
|
||||
typedef uint8 byte;
|
||||
//typedef uint8 byte;
|
||||
|
||||
}}//end namespace
|
||||
|
||||
|
Reference in New Issue
Block a user