Changeset 85121 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Jul 8, 2020 7:33:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/initterm.cpp
r82968 r85121 201 201 * Replacement function for the InvokeStub method for the IRundown stub. 202 202 */ 203 static HRESULT STDMETHODCALLTYPE Rundown_InvokeStub(IRpcStubBuffer *pThis, RPCOLEMESSAGE *pMsg, IRpcChannelBuffer *pBuf) 203 static HRESULT STDMETHODCALLTYPE 204 Rundown_InvokeStub(IRpcStubBuffer *pThis, RPCOLEMESSAGE *pMsg, IRpcChannelBuffer *pBuf) RT_NOTHROW_DEF 204 205 { 205 206 /* … … 422 423 { 423 424 void *pv; 424 DECLCALLBACKMEMBER(uint32_t, pfnRegUpdate )(void);425 DECLCALLBACKMEMBER(uint32_t, pfnRegUpdate,(void)); 425 426 } u; 426 427 vrc = RTLdrGetSymbol(hMod, "VbpsUpdateRegistrations", &u.pv);
Note:
See TracChangeset
for help on using the changeset viewer.