mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
gdi32: Spelling fix.
This commit is contained in:
parent
174b74bab2
commit
db21158faa
1 changed files with 1 additions and 1 deletions
|
@ -3538,7 +3538,7 @@ INT WINAPI AddFontResourceExW( LPCWSTR str, DWORD fl, PVOID pdv )
|
||||||
int num_resources = 0;
|
int num_resources = 0;
|
||||||
LPWSTR rt_font = (LPWSTR)((ULONG_PTR)8); /* we don't want to include winuser.h */
|
LPWSTR rt_font = (LPWSTR)((ULONG_PTR)8); /* we don't want to include winuser.h */
|
||||||
|
|
||||||
TRACE("WineEndAddFontResourceEx failed on PE file %s - trying to load resources manually\n",
|
TRACE("WineEngAddFontResourceEx failed on PE file %s - trying to load resources manually\n",
|
||||||
wine_dbgstr_w(str));
|
wine_dbgstr_w(str));
|
||||||
if (EnumResourceNamesW(hModule, rt_font, load_enumed_resource, (LONG_PTR)&num_resources))
|
if (EnumResourceNamesW(hModule, rt_font, load_enumed_resource, (LONG_PTR)&num_resources))
|
||||||
ret = num_resources;
|
ret = num_resources;
|
||||||
|
|
Loading…
Reference in a new issue