BOOL ret = FALSE;
DC *dc = get_dc_ptr( hDC );
+ TRACE("%p, %p\n", hDC, ptr);
if( dc )
{
PHYSDEV physdev = GET_DC_PHYSDEV( dc, pGetDeviceGammaRamp );
BOOL ret = FALSE;
DC *dc = get_dc_ptr( hDC );
+ TRACE("%p, %p\n", hDC, ptr);
if( dc )
{
PHYSDEV physdev = GET_DC_PHYSDEV( dc, pSetDeviceGammaRamp );
*/
HCOLORSPACE WINAPI GetColorSpace(HDC hdc)
{
-/*FIXME Need to to whatever GetColorSpace actually does */
+/*FIXME Need to do whatever GetColorSpace actually does */
return 0;
}