X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fservices%2Frpcss%2Firotp.c;h=bf9c5690eea6c5758055e02f3d05e8a33468b60c;hp=015a89f735b4811d9dffe181a34dd24ce7178ad5;hb=a45713f4c2d4bc0b5c70e3456385f9ce5ca6d81f;hpb=c70f992aa17e22fdd474580a1e10c253c258b88f diff --git a/base/services/rpcss/irotp.c b/base/services/rpcss/irotp.c index 015a89f735b..bf9c5690eea 100644 --- a/base/services/rpcss/irotp.c +++ b/base/services/rpcss/irotp.c @@ -1,5 +1,5 @@ /* - * Running Object Table + * Running Object Table * * Copyright 2007 Robert Shearman * @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include -#include +#include "rpcss.h" + #include WINE_DEFAULT_DEBUG_CHANNEL(rpcss); @@ -60,7 +60,7 @@ static inline void rot_entry_release(struct rot_entry *rot_entry) } } -HRESULT IrotRegister( +HRESULT __cdecl IrotRegister( IrotHandle h, const MonikerComparisonData *data, const InterfaceData *obj, @@ -140,7 +140,7 @@ HRESULT IrotRegister( return hr; } -HRESULT IrotRevoke( +HRESULT __cdecl IrotRevoke( IrotHandle h, IrotCookie cookie, IrotContextHandle *ctxt_handle, @@ -187,7 +187,7 @@ HRESULT IrotRevoke( return E_INVALIDARG; } -HRESULT IrotIsRunning( +HRESULT __cdecl IrotIsRunning( IrotHandle h, const MonikerComparisonData *data) { @@ -212,7 +212,7 @@ HRESULT IrotIsRunning( return hr; } -HRESULT IrotGetObject( +HRESULT __cdecl IrotGetObject( IrotHandle h, const MonikerComparisonData *moniker_data, PInterfaceData *obj, @@ -254,7 +254,7 @@ HRESULT IrotGetObject( return MK_E_UNAVAILABLE; } -HRESULT IrotNoteChangeTime( +HRESULT __cdecl IrotNoteChangeTime( IrotHandle h, IrotCookie cookie, const FILETIME *last_modified_time) @@ -278,7 +278,7 @@ HRESULT IrotNoteChangeTime( return E_INVALIDARG; } -HRESULT IrotGetTimeOfLastChange( +HRESULT __cdecl IrotGetTimeOfLastChange( IrotHandle h, const MonikerComparisonData *moniker_data, FILETIME *time) @@ -306,7 +306,7 @@ HRESULT IrotGetTimeOfLastChange( return hr; } -HRESULT IrotEnumRunning( +HRESULT __cdecl IrotEnumRunning( IrotHandle h, PInterfaceList *list) {