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

Alexandre Julliard julliard at winehq.org
Wed Oct 2 15:49:12 CDT 2013


Module: wine
Branch: master
Commit: b5840db3e62310a9ae03cdf4dcd9121271d0df13
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b5840db3e62310a9ae03cdf4dcd9121271d0df13

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue Oct  1 23:16:31 2013 +0200

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

---

 dlls/qedit/tests/mediadet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/qedit/tests/mediadet.c b/dlls/qedit/tests/mediadet.c
index 42a1184..42ac7dc 100644
--- a/dlls/qedit/tests/mediadet.c
+++ b/dlls/qedit/tests/mediadet.c
@@ -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;
 




More information about the wine-cvs mailing list