(svn r5697) -Fix [r5684]: tolower() was undefined for certain architectures, strangly VS2003 didn't complain, VS2005 did. Thanks glx

This commit is contained in:
Darkvater
2006-08-01 19:19:39 +00:00
parent 001d1a73d4
commit b79774e710
3 changed files with 0 additions and 4 deletions

View File

@@ -18,7 +18,6 @@
#include <fcntl.h>
#include "variables.h"
#include "win32.h"
#include <ctype.h>
static bool _has_console;