diff options
| author | Stef Walter <stef@thewalter.net> | 2003-09-17 19:41:13 +0000 | 
|---|---|---|
| committer | Stef Walter <stef@thewalter.net> | 2003-09-17 19:41:13 +0000 | 
| commit | 79aa922282edd795d55bf06cf622ddf33884dff5 (patch) | |
| tree | d3c8c985ada3bf14107410ca48fac394e42d9106 /dlldata.c | |
Diffstat (limited to 'dlldata.c')
| -rw-r--r-- | dlldata.c | 38 | 
1 files changed, 38 insertions, 0 deletions
| diff --git a/dlldata.c b/dlldata.c new file mode 100644 index 0000000..fb08b20 --- /dev/null +++ b/dlldata.c @@ -0,0 +1,38 @@ +/********************************************************* +   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 + +*********************************************************/ + +#define PROXY_DELEGATION + +#include <rpcproxy.h> + +#ifdef __cplusplus +extern "C"   { +#endif + +EXTERN_PROXY_FILE( TtfInfo ) + + +PROXYFILE_LIST_START +/* Start of list */ +  REFERENCE_PROXY_FILE( TtfInfo ), +/* End of list */ +PROXYFILE_LIST_END + + +DLLDATA_ROUTINES( aProxyFileList, GET_DLL_CLSID ) + +#ifdef __cplusplus +}  /*extern "C" */ +#endif + +/* end of generated dlldata file */ | 
