Commit c7803b88 authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Add makedep pragmas for registration idl files.

parent f8421142
...@@ -101,7 +101,7 @@ $(IMPORTLIB:%=lib%.cross.a): $(MAINSPEC) $(IMPLIB_SRCS:.c=.cross.o) ...@@ -101,7 +101,7 @@ $(IMPORTLIB:%=lib%.cross.a): $(MAINSPEC) $(IMPLIB_SRCS:.c=.cross.o)
# Rules for dependencies # Rules for dependencies
DEPEND_SRCS = $(C_SRCS) $(OBJC_SRCS) $(RC_SRCS) $(MC_SRCS) $(PO_SRCS:.rc=.pot) \ DEPEND_SRCS = $(C_SRCS) $(OBJC_SRCS) $(RC_SRCS) $(MC_SRCS) $(PO_SRCS:.rc=.pot) \
$(IDL_H_SRCS) $(IDL_C_SRCS) $(IDL_I_SRCS) $(IDL_P_SRCS) $(IDL_S_SRCS) $(IDL_R_SRCS:.idl=_r.res) $(IDL_TLB_SRCS) \ $(IDL_H_SRCS) $(IDL_C_SRCS) $(IDL_I_SRCS) $(IDL_P_SRCS) $(IDL_S_SRCS) $(IDL_R_SRCS) $(IDL_TLB_SRCS) \
$(BISON_SRCS) $(LEX_SRCS) $(EXTRA_OBJS) $(BISON_SRCS) $(LEX_SRCS) $(EXTRA_OBJS)
depend: dummy depend: dummy
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
/* just a wrapper for activscp.idl */ /* just a wrapper for activscp.idl */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "activscp.idl" #include "activscp.idl"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
/* just a wrapper for comcat.idl */ /* just a wrapper for comcat.idl */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "comcat.idl" #include "comcat.idl"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
/* just a wrapper for docobj.idl */ /* just a wrapper for docobj.idl */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "docobj.idl" #include "docobj.idl"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
/* just a wrapper for hlink.idl */ /* just a wrapper for hlink.idl */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "hlink.idl" #include "hlink.idl"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
/* just a wrapper for htiface.idl */ /* just a wrapper for htiface.idl */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "htiface.idl" #include "htiface.idl"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
/* just a wrapper for htiframe.idl */ /* just a wrapper for htiframe.idl */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "htiframe.idl" #include "htiframe.idl"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
/* just a wrapper for objsafe.idl */ /* just a wrapper for objsafe.idl */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "objsafe.idl" #include "objsafe.idl"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
/* just a wrapper for ocmm.idl */ /* just a wrapper for ocmm.idl */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "ocmm.idl" #include "ocmm.idl"
......
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "servprov.idl" #include "servprov.idl"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
/* just a wrapper for shldisp.idl */ /* just a wrapper for shldisp.idl */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "shldisp.idl" #include "shldisp.idl"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
/* just a wrapper for shobjidl.idl */ /* just a wrapper for shobjidl.idl */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "shobjidl.idl" #include "shobjidl.idl"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
/* just a wrapper for urlhist.idl */ /* just a wrapper for urlhist.idl */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "urlhist.idl" #include "urlhist.idl"
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("SFilter Class"), helpstring("SFilter Class"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("Registrar Class"), helpstring("Registrar Class"),
progid("ATL.Registrar"), progid("ATL.Registrar"),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("Microsoft AVI Files"), helpstring("Microsoft AVI Files"),
threading(apartment), threading(apartment),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("Multiple AutoComplete List Container"), helpstring("Multiple AutoComplete List Container"),
threading(apartment), threading(apartment),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("File Open Dialog"), helpstring("File Open Dialog"),
threading(apartment), threading(apartment),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("DirectX File"), helpstring("DirectX File"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("DirectDraw Object"), helpstring("DirectDraw Object"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
threading(both), threading(both),
uuid(4fd2a832-86c8-11d0-8fca-00c04fd9189d) uuid(4fd2a832-86c8-11d0-8fca-00c04fd9189d)
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("System Device Enum"), helpstring("System Device Enum"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("DirectInput Object"), helpstring("DirectInput Object"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("DirectInput8 Object"), helpstring("DirectInput8 Object"),
threading(both), threading(both),
......
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "dispex.idl" #include "dispex.idl"
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
threading(both), threading(both),
progid("Microsoft.DirectMusicBand.1"), progid("Microsoft.DirectMusicBand.1"),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
threading(both), threading(both),
progid("Microsoft.DirectMusicChordMap.1"), progid("Microsoft.DirectMusicChordMap.1"),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
threading(both), threading(both),
progid("Microsoft.DirectMusicPerformance.1"), progid("Microsoft.DirectMusicPerformance.1"),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
threading(both), threading(both),
progid("Microsoft.DirectMusicLoader.1"), progid("Microsoft.DirectMusicLoader.1"),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("DirectMusic Script AutoImp Segment"), helpstring("DirectMusic Script AutoImp Segment"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
threading(both), threading(both),
progid("Microsoft.DirectMusicSection.1"), progid("Microsoft.DirectMusicSection.1"),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
threading(both), threading(both),
progid("Microsoft.DirectMusicSynth.1"), progid("Microsoft.DirectMusicSynth.1"),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
threading(both), threading(both),
progid("Microsoft.DirectMusic.1"), progid("Microsoft.DirectMusic.1"),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("DirectPlay Object"), helpstring("DirectPlay Object"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("DirectPlay8Client Object"), helpstring("DirectPlay8Client Object"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("DirectSound Object"), helpstring("DirectSound Object"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("Microsoft DirectSound Wave"), helpstring("Microsoft DirectSound Wave"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("DxDiagProvider Class"), helpstring("DxDiagProvider Class"),
threading(apartment), threading(apartment),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("Shell Name Space ListView"), helpstring("Shell Name Space ListView"),
threading(apartment), threading(apartment),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
threading(apartment), threading(apartment),
uuid(79eac9d0-baf9-11ce-8c82-00aa004ba90b) uuid(79eac9d0-baf9-11ce-8c82-00aa004ba90b)
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("HNetCfg.FwMgr"), helpstring("HNetCfg.FwMgr"),
progid("HNetCfg.FwMgr"), progid("HNetCfg.FwMgr"),
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
*/ */
#pragma makedep typelib #pragma makedep typelib
#pragma makedep register
#include "exdisp.idl" #include "exdisp.idl"
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("CLSID_IMimeBody"), helpstring("CLSID_IMimeBody"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("Neutral Word Breaker"), helpstring("Neutral Word Breaker"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("Microsoft Active Setup Engine"), helpstring("Microsoft Active Setup Engine"),
threading(apartment), threading(apartment),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("Microsoft InfoTech Protocol for IE 3.0"), helpstring("Microsoft InfoTech Protocol for IE 3.0"),
threading(both), threading(both),
......
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("JScript Language"), helpstring("JScript Language"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("Multi Language Support"), helpstring("Multi Language Support"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("MMDeviceEnumerator class"), helpstring("MMDeviceEnumerator class"),
threading(both), threading(both),
......
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("Microsoft Common Language Runtime Host V2"), helpstring("Microsoft Common Language Runtime Host V2"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
threading(apartment), threading(apartment),
uuid(529a9e6b-6587-4f23-ab9e-9c7d683e3c50) uuid(529a9e6b-6587-4f23-ab9e-9c7d683e3c50)
......
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "oledb.idl" #include "oledb.idl"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
*/ */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
import "oledb.idl"; import "oledb.idl";
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("Microsoft HTML About Pluggable Protocol"), helpstring("Microsoft HTML About Pluggable Protocol"),
threading(apartment), threading(apartment),
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
*/ */
#pragma makedep ident #pragma makedep ident
#pragma makedep register
#pragma makedep typelib #pragma makedep typelib
#include "msiserver_dispids.h" #include "msiserver_dispids.h"
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("LW Identities"), helpstring("LW Identities"),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("CActiveIMMApp"), helpstring("CActiveIMMApp"),
threading(apartment), threading(apartment),
......
...@@ -17,5 +17,6 @@ ...@@ -17,5 +17,6 @@
*/ */
#pragma makedep ident #pragma makedep ident
#pragma makedep register
#include "mstask.idl" #include "mstask.idl"
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
import "unknwn.idl"; import "unknwn.idl";
import "objidl.idl"; import "objidl.idl";
import "oaidl.idl"; import "oaidl.idl";
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
threading(both), threading(both),
uuid(17d6ccd8-3b7b-11d2-b9e0-00c04fd8dbf7) uuid(17d6ccd8-3b7b-11d2-b9e0-00c04fd8dbf7)
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
* (there's a copy at http://www.grimes.demon.co.uk/DCOM/DCOMSpec.htm) */ * (there's a copy at http://www.grimes.demon.co.uk/DCOM/DCOMSpec.htm) */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
import "unknwn.idl"; import "unknwn.idl";
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
so the easiest thing to do is just comment out our entire header. */ so the easiest thing to do is just comment out our entire header. */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
cpp_quote("#if 0 /* ole32_objidl.idl hack */") cpp_quote("#if 0 /* ole32_objidl.idl hack */")
#include "objidl.idl" #include "objidl.idl"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
*/ */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "oleidl.idl" #include "oleidl.idl"
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
so the easiest thing to do is just comment out our entire header. */ so the easiest thing to do is just comment out our entire header. */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
cpp_quote("#if 0 /* oleaut32_unknwn.idl hack */") cpp_quote("#if 0 /* oleaut32_unknwn.idl hack */")
#include "unknwn.idl" #include "unknwn.idl"
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
so the easiest thing to do is just comment out our entire header. */ so the easiest thing to do is just comment out our entire header. */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
cpp_quote("#if 0 /* oleaut32_oaidl.idl hack */") cpp_quote("#if 0 /* oleaut32_oaidl.idl hack */")
#include "oaidl.idl" #include "oaidl.idl"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
*/ */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "ocidl.idl" #include "ocidl.idl"
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("OLE DB Data Conversion Library"), helpstring("OLE DB Data Conversion Library"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("Packed Property Storage Object"), helpstring("Packed Property Storage Object"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
threading(both), threading(both),
uuid(65bd0711-24d2-4ff7-9324-ed2e5d3abafa) uuid(65bd0711-24d2-4ff7-9324-ed2e5d3abafa)
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#pragma makedep ident #pragma makedep ident
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "bits.idl" #include "bits.idl"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
*/ */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
cpp_quote("#include <wingdi.h>") cpp_quote("#include <wingdi.h>")
#include "strmif.idl" #include "strmif.idl"
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("Shell Automation Service"), helpstring("Shell Automation Service"),
progid("Shell.Application.1"), progid("Shell.Application.1"),
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
*/ */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "wia_lh.idl" #include "wia_lh.idl"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
*/ */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "urlmon.idl" #include "urlmon.idl"
......
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("VBScript Regular Expression"), helpstring("VBScript Regular Expression"),
threading(apartment), threading(apartment),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
threading(apartment), threading(apartment),
uuid(172bddf8-ceea-11d1-8b05-00600806d9b6), uuid(172bddf8-ceea-11d1-8b05-00600806d9b6),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("WBEM Locator"), helpstring("WBEM Locator"),
threading(both), threading(both),
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
helpstring("WIA Device Manager"), helpstring("WIA Device Manager"),
progid("WiaDevMgr.1"), progid("WiaDevMgr.1"),
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
*/ */
#pragma makedep proxy #pragma makedep proxy
#pragma makedep register
#include "wincodec.idl" #include "wincodec.idl"
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma makedep register
[ [
threading(both), threading(both),
uuid(cf4cc405-e2c5-4ddd-b3ce-5e7582d8c9fa) uuid(cf4cc405-e2c5-4ddd-b3ce-5e7582d8c9fa)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment