mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 19:33:59 +02:00
- few tweaks to get things compiling under mingw
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
# include <string>
|
||||
#include "types.h"
|
||||
|
||||
#ifdef __MINGW32__
|
||||
typedef unsigned char byte;
|
||||
#endif
|
||||
|
||||
//! \name Macros for Shared::Util::String
|
||||
//@{
|
||||
|
||||
|
Reference in New Issue
Block a user