diff options
Diffstat (limited to 'Src/Elevator/dlldata.c')
-rw-r--r-- | Src/Elevator/dlldata.c | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Src/Elevator/dlldata.c b/Src/Elevator/dlldata.c new file mode 100644 index 00000000..4f8e2a8c --- /dev/null +++ b/Src/Elevator/dlldata.c @@ -0,0 +1,37 @@ +/********************************************************* + DllData file -- generated by MIDL compiler + + DO NOT ALTER THIS FILE + + This file is regenerated by MIDL on every IDL file compile. + + To completely reconstruct this file, delete it and rerun MIDL + on all the IDL files in this DLL, specifying this file for the + /dlldata command line option + +*********************************************************/ + + +#include <rpcproxy.h> + +#ifdef __cplusplus +extern "C" { +#endif + +EXTERN_PROXY_FILE( IFileTypeRegistrar ) + + +PROXYFILE_LIST_START +/* Start of list */ + REFERENCE_PROXY_FILE( IFileTypeRegistrar ), +/* End of list */ +PROXYFILE_LIST_END + + +DLLDATA_ROUTINES( aProxyFileList, GET_DLL_CLSID ) + +#ifdef __cplusplus +} /*extern "C" */ +#endif + +/* end of generated dlldata file */ |