notepad: Use the explicit W-form of the types.

Michael Stefaniuc mstefani at redhat.com
Thu May 7 04:25:05 CDT 2009


Reece Dunn wrote:
> 2009/5/7 Michael Stefaniuc <mstefani at redhat.de>:
>>         LoadString(Globals.hInstance, STRING_ERROR, szTitle, SIZEOF(szTitle));
>>         FormatMessage(
>>             FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM,
>> -            NULL, error, 0,
>> -            (LPTSTR) &lpMsgBuf, 0, NULL);
>> +            NULL, error, 0, (LPWSTR)&lpMsgBuf, 0, NULL);
> 
> Shouldn't you be using FormatMessageW here?
> 
> Also, should the LoadString call be fixed as well?
Of course it should. I'm not finished yet; that will be a separate patch.

bye
	michael



More information about the wine-devel mailing list