mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 04:42:11 +00:00
wintests build fix:
- comment out type redefinitions svn path=/trunk/; revision=26560
This commit is contained in:
parent
bccf77e454
commit
9c609558ab
2 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,7 @@ unsigned int g_NumPwrSchemesEnumerated = 0;
|
|||
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 @@ typedef struct _PROCESSOR_POWER_INFORMATION {
|
|||
ULONG CurrentIdleState;
|
||||
} PROCESSOR_POWER_INFORMATION,
|
||||
*PPROCESSOR_POWER_INFORMATION;
|
||||
#endif
|
||||
|
||||
POWER_POLICY g_PowerPolicy;
|
||||
|
||||
|
|
|
@ -45,7 +45,9 @@ extern void WINAPI ILFree(LPITEMIDLIST pidl);
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue