mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Update shell32-Context_Menu patchset
Warning fixes.
This commit is contained in:
parent
5d79afb196
commit
1df82a7bfc
@ -33,7 +33,7 @@ index 82df534..9c6f284 100644
|
||||
+ DWORD *pEffect;
|
||||
+ HGLOBAL hGlobal;
|
||||
+
|
||||
+ TRACE("(%d)\n", value);
|
||||
+ TRACE("(%ld)\n", value);
|
||||
+
|
||||
+ hGlobal = GlobalAlloc(GHND|GMEM_SHARE, sizeof(DWORD));
|
||||
+ if(!hGlobal) return hGlobal;
|
||||
|
Loading…
Reference in New Issue
Block a user