Changeset 6350 for trunk/src/gdi32/font.cpp
- Timestamp:
- Jul 16, 2001, 10:17:39 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/font.cpp
r5795 r6350 1 /* $Id: font.cpp,v 1. 19 2001-05-24 19:26:30sandervl Exp $ */1 /* $Id: font.cpp,v 1.20 2001-07-16 20:17:39 sandervl Exp $ */ 2 2 3 3 /* … … 554 554 LPCSTR, szFont) 555 555 { 556 HINSTANCE hInstance; 557 556 558 dprintf(("GDI32: AddFontResourceA %s", szFont)); 559 hInstance = LoadLibraryA(szFont); 560 if(hInstance) { 561 dprintf(("AddFontResourceA: executable file; NOT IMPLEMENTED")); 562 FreeLibrary(hInstance); 563 return 1; 564 } 557 565 return O32_AddFontResource(szFont); 558 566 }
Note:
See TracChangeset
for help on using the changeset viewer.