Changeset 10582 for trunk/src/gdi32/icm.cpp
- Timestamp:
- Apr 14, 2004, 11:44:13 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/icm.cpp
r10374 r10582 1 /* $Id: icm.cpp,v 1. 5 2004-01-11 11:42:17sandervl Exp $ */1 /* $Id: icm.cpp,v 1.6 2004-04-14 09:44:13 sandervl Exp $ */ 2 2 3 3 /* … … 299 299 #define LPLOGCOLORSPACE LPVOID 300 300 BOOL WIN32API GetLogColorSpaceA(HCOLORSPACE hColorSpace, 301 LPLOGCOLORSPACElpBuffer,302 301 LPLOGCOLORSPACEA lpBuffer, 302 DWORD nSize) 303 303 { 304 304 dprintf(("GDI32: GetLogColorSpaceA(%08xh, %08xh, %08xh) not implemented.\n", … … 327 327 328 328 BOOL WIN32API GetLogColorSpaceW(HCOLORSPACE hColorSpace, 329 LPLOGCOLORSPACElpBuffer,330 329 LPLOGCOLORSPACEW lpBuffer, 330 DWORD nSize) 331 331 { 332 332 dprintf(("GDI32: GetLogColorSpaceW(%08xh, %08xh, %08xh) not implemented.\n",
Note:
See TracChangeset
for help on using the changeset viewer.