Changeset 4963 for trunk/src/gdi32/objhandle.cpp
- Timestamp:
- Jan 18, 2001, 7:13:18 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/objhandle.cpp
r4857 r4963 1 /* $Id: objhandle.cpp,v 1.1 0 2000-12-30 13:28:32sandervl Exp $ */1 /* $Id: objhandle.cpp,v 1.11 2001-01-18 18:13:18 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Handle Management Code for OS/2 … … 289 289 DWORD WIN32API GetObjectType( HGDIOBJ hObj) 290 290 { 291 dprintf2(("GDI32: GetObjectType \n"));291 dprintf2(("GDI32: GetObjectType %x", hObj)); 292 292 if(ObjGetHandleType(hObj) == GDIOBJ_REGION) { 293 293 SetLastError(ERROR_SUCCESS);
Note:
See TracChangeset
for help on using the changeset viewer.