Changeset 21858 for branches/gcc-kmk/src/shlwapi/shlwapi.cpp
- Timestamp:
- Dec 6, 2011, 6:50:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/shlwapi/shlwapi.cpp
r21720 r21858 60 60 BOOL VERSION_OsIsUnicode(void) 61 61 { 62 static version = 0;62 static int version = 0; 63 63 64 64 if(version == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.