[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    Re: wine-patch OleIconToCursor function
From:       Frank Richter <frank.richter () gmail ! com>
Date:       2006-12-30 18:09:31
Message-ID: en6a0r$5nt$1 () sea ! gmane ! org
[Download RAW message or body]

On 30.12.2006 18:54, Marcus Meissner wrote:
>> +/***********************************************************************
>> + *              OleIconToCursor (OLEAUT32.415)
>> + */
>> +HCURSOR WINAPI OleIconToCursor( HINSTANCE hinstExe, HICON hIcon)
>> +{
>> +	FIXME("(%p,%p), (olepro32.dll), partially implemented.\n",hinstExe,hIcon);
>> +	if (hIcon)
>> +	  return CopyCursor(hIcon);
>> +	else
>> +	  return NULL;
>> +
>> +  /* FIXME
>> +     make a extended conversation from HICON to HCURSOR
>> +  */
>> +}

According to http://msdn2.microsoft.com/en-us/library/ms694362.aspx,
this function just does a simple CopyCursor() on Win32. And since there
doesn't seem to be a need for further changes to that function, the
FIXME trace as well as comment could both be removed.

-f.r.



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic