summaryrefslogtreecommitdiff
path: root/common/image.cpp
diff options
context:
space:
mode:
authorleo2000-01-01 21:11:39 +0000
committerleo2000-01-01 21:11:39 +0000
commit905cb8cbbe9a2c59784d95899df948dd9e50c069 (patch)
tree60c892499c58f12059c718b7a815eeda558cb9bc /common/image.cpp
parent57cf61ef70f435674e17de7ac13388ba3ee100ac (diff)
Changes to help porting to other platforms
git-svn-id: http://svn.leocad.org/trunk@44 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/image.cpp')
-rw-r--r--common/image.cpp2
1 files changed, 1 insertions, 1 deletions
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 <windows.h>
//#include <vfw.h>