- Timestamp:
- Jun 8, 2009 10:11:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/switcher/sw_common.c
r20312 r20390 62 62 for (i=0; gsBlackList[i]; ++i) 63 63 { 64 if (!str cmp(filename, gsBlackList[i]))64 if (!stricmp(filename, gsBlackList[i])) 65 65 return FALSE; 66 66 }
Note:
See TracChangeset
for help on using the changeset viewer.