Changeset 4279 for trunk/src/kernel32/winimagebase.cpp
- Timestamp:
- Sep 18, 2000, 9:26:16 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagebase.cpp
r4249 r4279 1 /* $Id: winimagebase.cpp,v 1.2 6 2000-09-12 22:45:19 birdExp $ */1 /* $Id: winimagebase.cpp,v 1.27 2000-09-18 19:26:16 sandervl Exp $ */ 2 2 3 3 /* … … 361 361 ) 362 362 { 363 if (ch == '.' && pszModNameEnd != NULL)364 pszModName = pszModName;363 if (ch == '.' && pszModNameEnd == NULL) 364 pszModNameEnd = pszModName; 365 365 pszModName--; 366 366 } 367 367 pszModName++; 368 368 369 369 /** @sketch 370 370 * Compare the names caseinsensitivly.
Note:
See TracChangeset
for help on using the changeset viewer.