mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 09:54:39 +08:00
rpcproxy.h: Removed misplaced ';'
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5474 4407c894-4637-0410-b4f5-ada5f102cad1
This commit is contained in:
parent
3f59fda81f
commit
07e275257a
@ -202,7 +202,7 @@ extern "C" {
|
||||
#define PROXYFILE_LIST_START const ProxyFileInfo *aProxyFileList[] = {
|
||||
#define REFERENCE_PROXY_FILE(name) & name##_ProxyFileInfo
|
||||
#define PROXYFILE_LIST_END 0 };
|
||||
#define DLLDATA_GETPROXYDLLINFO(pPFList,pClsid) void RPC_ENTRY GetProxyDllInfo(const ProxyFileInfo***pInfo,const CLSID **pId) { *pInfo = pPFList; *pId = pClsid; };
|
||||
#define DLLDATA_GETPROXYDLLINFO(pPFList,pClsid) void RPC_ENTRY GetProxyDllInfo(const ProxyFileInfo***pInfo,const CLSID **pId) { *pInfo = pPFList; *pId = pClsid; }
|
||||
#define DLLGETCLASSOBJECTROUTINE(pPFlist,pClsid,pFactory) HRESULT WINAPI DLLGETCLASSOBJECT_ENTRY (REFCLSID rclsid,REFIID riid,void **ppv) { return NdrDllGetClassObject(rclsid,riid,ppv,pPFlist,pClsid,pFactory); }
|
||||
#define DLLCANUNLOADNOW(pFactory) HRESULT WINAPI DLLCANUNLOADNOW_ENTRY() { return NdrDllCanUnloadNow(pFactory); }
|
||||
#define DLLDUMMYPURECALL void __cdecl _purecall(void) { }
|
||||
|
Loading…
Reference in New Issue
Block a user