(svn r5698) - Fix [r5697]: don't remove ctype include for win32.c; needed for toupper...ugh

pull/155/head
Darkvater 18 years ago
parent b79774e710
commit cb1a3e095d

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

Loading…
Cancel
Save