From b755a9b46325d96b8f74e0cb05bb350f2f4681d0 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Sun, 28 Oct 2007 02:55:43 +0000 Subject: Fixed a windows compilation problem caused by a define macro of the Windows API that conflicts with a guichan identifier. --- src/gui/textfield.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/gui/textfield.cpp b/src/gui/textfield.cpp index 81b1a0ab..11659b8b 100644 --- a/src/gui/textfield.cpp +++ b/src/gui/textfield.cpp @@ -36,6 +36,8 @@ #include "../utils/dtor.h" +#undef DELETE //Win32 compatibility hack + int TextField::instances = 0; ImageRect TextField::skin; -- cgit v1.2.3-70-g09d2