Changeset 7330 for trunk/src/gdi32/objhandle.cpp
- Timestamp:
- Nov 13, 2001, 4:42:19 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/objhandle.cpp
r6760 r7330 1 /* $Id: objhandle.cpp,v 1.1 8 2001-09-19 15:38:42sandervl Exp $ */1 /* $Id: objhandle.cpp,v 1.19 2001-11-13 15:42:06 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Handle Management Code for OS/2 … … 25 25 #include "region.h" 26 26 #include <unicode.h> 27 #include "font.h" 27 28 28 29 #define DBG_LOCALLOG DBG_objhandle … … 372 373 break; 373 374 375 case OBJ_FONT: 376 if(IsSystemFont(hObj)) 377 { 378 SetLastError(ERROR_SUCCESS); 379 return TRUE; 380 } 381 else 382 break; 383 374 384 // add more system-type objects as required ... 375 385 }
Note:
See TracChangeset
for help on using the changeset viewer.