mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
qedit/tests: Use the W version of FindResource().
This commit is contained in:
parent
9463dba830
commit
b5840db3e6
@ -84,7 +84,7 @@ static BOOL unpack_avi_file(int id, WCHAR name[MAX_PATH])
|
||||
DWORD size, written;
|
||||
HANDLE fh;
|
||||
|
||||
res = FindResource(NULL, MAKEINTRESOURCE(id), MAKEINTRESOURCE(AVI_RES_TYPE));
|
||||
res = FindResourceW(NULL, MAKEINTRESOURCEW(id), MAKEINTRESOURCEW(AVI_RES_TYPE));
|
||||
if (!res)
|
||||
return FALSE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user