From: Christoph von Wittich Date: Wed, 19 Oct 2005 21:08:53 +0000 (+0000) Subject: fix compile with msvc X-Git-Tag: backups/ros-branch-0_2_9@19949~1253 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=27cc2b7d947c2b6f3f88890fdd1c0ed5ab10150f;ds=sidebyside fix compile with msvc svn path=/trunk/; revision=18605 --- 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