- few tweaks to get things compiling under mingw

This commit is contained in:
Mark Vejvoda
2011-12-25 03:09:39 +00:00
parent 7d0cf06fe1
commit 835c886705
13 changed files with 324 additions and 268 deletions

View File

@@ -25,6 +25,10 @@
# include <string>
#include "types.h"
#ifdef __MINGW32__
typedef unsigned char byte;
#endif
//! \name Macros for Shared::Util::String
//@{