1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-02 22:14:37 +00:00

Compile fix for win32/MSVC that creeped up for some reason

This commit is contained in:
fgenesis 2012-04-06 20:57:26 +02:00
parent fc7fa440da
commit 1a20ff5d59
2 changed files with 2 additions and 5 deletions

View file

@ -120,6 +120,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#pragma warning(disable:4189) // UqqqqSEFUL: local variable is initialized but not referenced
#endif
#undef GetCharWidth
#include <string.h>
#include <string>