From 27cc2b7d947c2b6f3f88890fdd1c0ed5ab10150f Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Wed, 19 Oct 2005 21:08:53 +0000 Subject: [PATCH] fix compile with msvc svn path=/trunk/; revision=18605 --- reactos/subsys/system/devmgr/devmgr.c | 7 +++---- reactos/subsys/system/devmgr/devmgr.xml | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/subsys/system/devmgr/devmgr.c b/reactos/subsys/system/devmgr/devmgr.c index 9de95cdf64e..0b2bf6e5f3f 100644 --- a/reactos/subsys/system/devmgr/devmgr.c +++ b/reactos/subsys/system/devmgr/devmgr.c @@ -12,7 +12,9 @@ #include #include #include - +#if defined (__GNUC__) +#include +#endif /* FIXME: should be in cfgmgr32.h */ typedef DWORD CONFIGRET; @@ -342,9 +344,6 @@ int ListByInterface(const GUID* guid) return 0; } -DEFINE_GUID(GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR, - 0x4D36E978L, 0xE325, 0x11CE, 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18); - /*int main(void) { ListByClass(); diff --git a/reactos/subsys/system/devmgr/devmgr.xml b/reactos/subsys/system/devmgr/devmgr.xml index 56146ce0980..e3259bcc196 100644 --- a/reactos/subsys/system/devmgr/devmgr.xml +++ b/reactos/subsys/system/devmgr/devmgr.xml @@ -1,5 +1,6 @@ + ntdll setupapi gdi32 -- 2.17.1