Update shell32-Context_Menu patchset

Warning fixes.
This commit is contained in:
Alistair Leslie-Hughes 2022-03-23 10:44:34 +11:00
parent 5d79afb196
commit 1df82a7bfc

View File

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