From 8e3aafd30d14bcd586cc06a525e2dc2a8298c7b2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 23 May 2011 18:32:42 +0200 Subject: COMMON: Provide our own implementations for scumm_str(n)icmp This takes up a tiny little bit of extra binary size, but gets rid of some awful #ifdef hackery. --- backends/platform/wince/missing/io.h | 1 - 1 file changed, 1 deletion(-) (limited to 'backends/platform/wince/missing') diff --git a/backends/platform/wince/missing/io.h b/backends/platform/wince/missing/io.h index 96bc6a9ea1..de492cac68 100644 --- a/backends/platform/wince/missing/io.h +++ b/backends/platform/wince/missing/io.h @@ -1,7 +1,6 @@ /* Header is not present in Windows CE SDK */ /* This stuff will live here until port configuration file is in place */ -#define stricmp _stricmp #define strdup _strdup #ifndef _FILE_DEFINED -- cgit v1.2.3