qedit/tests: Use the W version of FindResource().

This commit is contained in:
Michael Stefaniuc 2013-10-01 23:16:31 +02:00 committed by Alexandre Julliard
parent 9463dba830
commit b5840db3e6

View file

@ -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;