1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 02:49:10 +00:00

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

This commit is contained in:
Darkvater
2006-08-01 19:24:29 +00:00
parent c5a3632929
commit 5bcaef5d86

View File

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