1234567891011121314151617181920212223242526272829303132333435363738 |
- #define PROXY_DELEGATION
- #include <rpcproxy.h>
- #ifdef __cplusplus
- extern "C" {
- #endif
- EXTERN_PROXY_FILE( IWinamp )
- PROXYFILE_LIST_START
- REFERENCE_PROXY_FILE( IWinamp ),
- PROXYFILE_LIST_END
- DLLDATA_ROUTINES( aProxyFileList, GET_DLL_CLSID )
- #ifdef __cplusplus
- }
- #endif
|