[ros-diffs] [weiden] 25525: Fix compilation

weiden at svn.reactos.org weiden at svn.reactos.org
Fri Jan 19 02:05:45 CET 2007


Author: weiden
Date: Fri Jan 19 04:05:44 2007
New Revision: 25525

URL: http://svn.reactos.org/svn/reactos?rev=25525&view=rev
Log:
Fix compilation

Modified:
    trunk/reactos/dll/cpl/sysdm/sysdm.c

Modified: trunk/reactos/dll/cpl/sysdm/sysdm.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/sysdm.c?rev=25525&r1=25524&r2=25525&view=diff
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/sysdm.c (original)
+++ trunk/reactos/dll/cpl/sysdm/sysdm.c Fri Jan 19 04:05:44 2007
@@ -102,8 +102,9 @@
   HPROPSHEETPAGE hpsp[MAX_SYSTEM_PAGES];
   PROPSHEETHEADER psh;
   HMODULE hNetIdDll;
+  HPSXA hpsxa;
   LONG Ret;
-  static const INITCOMMONCONTROLSEX icc = {sizeof(INITCOMMONCONTROLSEX), ICC_LINK_CLASS};
+  static INITCOMMONCONTROLSEX icc = {sizeof(INITCOMMONCONTROLSEX), ICC_LINK_CLASS};
 
   if (!InitCommonControlsEx(&icc))
       return 0;




More information about the Ros-diffs mailing list