From 905cb8cbbe9a2c59784d95899df948dd9e50c069 Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 1 Jan 2000 21:11:39 +0000 Subject: Changes to help porting to other platforms git-svn-id: http://svn.leocad.org/trunk@44 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- common/image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/image.cpp') diff --git a/common/image.cpp b/common/image.cpp index 9d7fe50..950f211 100644 --- a/common/image.cpp +++ b/common/image.cpp @@ -1028,7 +1028,7 @@ static bool SaveGIF(File* file, LC_IMAGE* image, bool transparent, bool interlac return true; } -#ifdef _WINDOWS +#ifdef LC_WINDOWS //#include //#include -- cgit v1.2.3