summaryrefslogtreecommitdiff
path: root/common/defines.h
diff options
context:
space:
mode:
authorleo2005-06-05 01:51:55 +0000
committerleo2005-06-05 01:51:55 +0000
commitf9f670643398aac6ad917505ccd76d2cf50230c7 (patch)
tree11e5c96a29e36d26a766d2d9c25d0dd83af7ebf3 /common/defines.h
parent583033b8bc46f46a039144c0d8fa97d406bc64ee (diff)
Updated LeoCAD to use GTK+ 2.0
git-svn-id: http://svn.leocad.org/trunk@403 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/defines.h')
-rw-r--r--common/defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/defines.h b/common/defines.h
index 55829c2..e5e7e7d 100644
--- a/common/defines.h
+++ b/common/defines.h
@@ -51,6 +51,7 @@
char* strupr(char* string);
char* strlwr(char* string);
+int stricmp(const char* str1, const char* str2);
#endif