mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
More build fixes.
svn path=/trunk/; revision=74508
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user