Changeset 21816 for branches/gcc-kmk/src/gdi32/fontres.cpp
- Timestamp:
- Nov 24, 2011, 6:53:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/gdi32/fontres.cpp
r21304 r21816 70 70 71 71 FntLock(); 72 for(int i=0;i<MAX_PUBLICFONTS;i++) { 72 int i; 73 for(i=0;i<MAX_PUBLICFONTS;i++) { 73 74 if(strcmp(publicfonts[i].szFaceName, lfFaceName) == 0) { 74 75 #ifdef DEBUG … … 328 329 } 329 330 FntLock(); 330 for(int i=0;i<MAX_PUBLICFONTS;i++) { 331 int i; 332 for(i=0;i<MAX_PUBLICFONTS;i++) { 331 333 if(strcmp(publicfonts[i].szFontResName, lpszFont) == 0) 332 334 {
Note:
See TracChangeset
for help on using the changeset viewer.