More build fixes.

svn path=/trunk/; revision=74508
This commit is contained in:
Giannis Adamopoulos 2017-05-08 19:08:30 +00:00
parent 8b566eee47
commit 4bb2162111

View file

@ -126,7 +126,6 @@ DisplayApplet(HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam)
PROPSHEETHEADER psh;
HPSXA hpsxa;
TCHAR Caption[1024];
LONG ret;
UINT i;
LPWSTR *argv = NULL;
LPCWSTR pwszSelectedTab = NULL;
@ -211,7 +210,7 @@ DisplayApplet(HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam)
/* NOTE: Don't call SHAddFromPropSheetExtArray here because this applet only allows
replacing the background page but not extending the applet by more pages */
ret = (LONG)(PropertySheet(&psh) != -1);
PropertySheet(&psh);
if (hpsxa != NULL)
SHDestroyPropSheetExtArray(hpsxa);