From 5b794bd721323d09b75955d0ef898dbe6f8f1934 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sun, 8 Feb 2009 09:01:01 +0000 Subject: [PATCH] remove hack svn path=/trunk/; revision=39476 --- reactos/dll/win32/qmgr/bits.idl_i.c | 26 -------------------------- reactos/dll/win32/qmgr/qmgr.rbuild | 8 ++++---- 2 files changed, 4 insertions(+), 30 deletions(-) delete mode 100644 reactos/dll/win32/qmgr/bits.idl_i.c diff --git a/reactos/dll/win32/qmgr/bits.idl_i.c b/reactos/dll/win32/qmgr/bits.idl_i.c deleted file mode 100644 index a797c83425a..00000000000 --- a/reactos/dll/win32/qmgr/bits.idl_i.c +++ /dev/null @@ -1,26 +0,0 @@ -/*** Autogenerated by WIDL 0.4-SVN from f:\reactos\include\psdk\bits.idl - Do not edit ***/ - -#include -#include - -#include - -#ifdef __cplusplus -extern "C" { -#endif - -DEFINE_GUID(IID_IBackgroundCopyFile, 0x01b7bd23, 0xfb88, 0x4a77, 0x84,0x90, 0x58,0x91,0xd3,0xe4,0x65,0x3a); -DEFINE_GUID(IID_IEnumBackgroundCopyFiles, 0xca51e165, 0xc365, 0x424c, 0x8d,0x41, 0x24,0xaa,0xa4,0xff,0x3c,0x40); -DEFINE_GUID(IID_IBackgroundCopyError, 0x19c613a0, 0xfcb8, 0x4f28, 0x81,0xae, 0x89,0x7c,0x3d,0x07,0x8f,0x81); -DEFINE_GUID(IID_IBackgroundCopyJob, 0x37668d37, 0x507e, 0x4160, 0x93,0x16, 0x26,0x30,0x6d,0x15,0x0b,0x12); -DEFINE_GUID(IID_IEnumBackgroundCopyJobs, 0x1af4f612, 0x3b71, 0x466f, 0x8f,0x58, 0x7b,0x6f,0x73,0xac,0x57,0xad); -DEFINE_GUID(IID_IBackgroundCopyCallback, 0x97ea99c7, 0x0186, 0x4ad4, 0x8d,0xf9, 0xc5,0xb4,0xe0,0xed,0x6b,0x22); -DEFINE_GUID(IID_IBackgroundCopyManager, 0x5ce34c0d, 0x0dc9, 0x4c1f, 0x89,0x7c, 0xda,0xa1,0xb7,0x8c,0xee,0x7c); -DEFINE_GUID(LIBID_BackgroundCopyManager, 0x1deeb74f, 0x7915, 0x4560, 0xb5,0x58, 0x91,0x8c,0x83,0xf1,0x76,0xa6); -DEFINE_GUID(CLSID_BackgroundCopyManager, 0x4991d34b, 0x80a1, 0x4291, 0x83,0xb6, 0x33,0x28,0x36,0x6b,0x90,0x97); -DEFINE_GUID(IID_IBackgroundCopyJob2, 0x54b50739, 0x686f, 0x45eb, 0x9d,0xff, 0xd6,0xa9,0xa0,0xfa,0xa9,0xaf); - -#ifdef __cplusplus -} -#endif - diff --git a/reactos/dll/win32/qmgr/qmgr.rbuild b/reactos/dll/win32/qmgr/qmgr.rbuild index 61cad0ac588..333cca732e9 100644 --- a/reactos/dll/win32/qmgr/qmgr.rbuild +++ b/reactos/dll/win32/qmgr/qmgr.rbuild @@ -15,6 +15,7 @@ advapi32 kernel32 ntdll + qmgr_local_interface enum_files.c enum_jobs.c factory.c @@ -23,13 +24,12 @@ qmgr.c qmgr_main.c service.c - - - bits.idl_i.c - rsrc.rc qmgr_local.idl + + qmgr_local.idl +