Changeset 21916 for trunk/src/gdi32/fontres.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/gdi32/fontres.cpp
r21304 r21916 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.