Author: tkreuzer Date: Sat Apr 28 13:02:15 2007 New Revision: 26560
URL: http://svn.reactos.org/svn/reactos?rev=26560&view=rev Log: wintests build fix: - comment out type redefinitions
Modified: trunk/rostests/winetests/powrprof/pwrprof.c trunk/rostests/winetests/shell32/shelllink.c
Modified: trunk/rostests/winetests/powrprof/pwrprof.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/powrprof/pwrprof... ============================================================================== --- trunk/rostests/winetests/powrprof/pwrprof.c (original) +++ trunk/rostests/winetests/powrprof/pwrprof.c Sat Apr 28 13:02:15 2007 @@ -22,6 +22,7 @@ unsigned int g_ActivePwrScheme = 3; unsigned int g_TempPwrScheme = 99;
+#if 0 // FIXME: needed to build. Please update pwrprof winetest. typedef struct _PROCESSOR_POWER_INFORMATION { ULONG Number; ULONG MaxMhz; @@ -31,6 +32,7 @@ ULONG CurrentIdleState; } PROCESSOR_POWER_INFORMATION, *PPROCESSOR_POWER_INFORMATION; +#endif
POWER_POLICY g_PowerPolicy;
Modified: trunk/rostests/winetests/shell32/shelllink.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/shell32/shelllin... ============================================================================== --- trunk/rostests/winetests/shell32/shelllink.c (original) +++ trunk/rostests/winetests/shell32/shelllink.c Sat Apr 28 13:02:15 2007 @@ -45,7 +45,9 @@ static const WCHAR lnkfile[]= { 'C',':','\','t','e','s','t','.','l','n','k',0 }; static const WCHAR notafile[]= { 'C',':','\','n','o','n','e','x','i','s','t','e','n','t','\','f','i','l','e',0 };
+#if 0 // FIXME: needed to build. Please update shell32 winetest. const GUID IID_IPersistFile = { 0x0000010b, 0x0000, 0x0000, { 0xc0,0x00, 0x00,0x00,0x00,0x00,0x00,0x46 } }; +#endif
/* For some reason SHILCreateFromPath does not work on Win98 and * SHSimpleIDListFromPathA does not work on NT4. But if we call both we