Changeset 7635 for trunk/src/gdi32/font.cpp
- Timestamp:
- Dec 15, 2001, 7:51:16 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/font.cpp
r7330 r7635 1 /* $Id: font.cpp,v 1.2 1 2001-11-13 15:42:05sandervl Exp $ */1 /* $Id: font.cpp,v 1.22 2001-12-15 18:50:26 sandervl Exp $ */ 2 2 3 3 /* … … 38 38 #include <wprocess.h> 39 39 #include <odininst.h> 40 #include <stats.h> 40 41 41 42 #define DBG_LOCALLOG DBG_font … … 287 288 hFont = O32_CreateFontIndirect(&afont); 288 289 290 if(hFont) { 291 STATS_CreateFontIndirect(hFont, &afont); 292 } 289 293 return(hFont); 290 294 }
Note:
See TracChangeset
for help on using the changeset viewer.