Replaced stricmp() by strcasecmp().

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2976 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2008-05-17 10:54:10 +00:00
parent b2a268e2d7
commit c952996ad7
7 changed files with 30 additions and 29 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.7:
- Replaced stricmp() by the POSIX compatible strcasecmp() - SvdB
- Split STRTAB further into STRTAB and CONVERSATION - Michael
- INT32, BOOLEAN, and STRING resource types - Michael
- UNKNOWNRES is now safe to load, and "loads" as its resvalue - Michael