ole32: Make stub_manager_int_addref() static.

This commit is contained in:
Francois Gouget 2009-06-22 10:47:06 +02:00 committed by Alexandre Julliard
parent 887c395ce2
commit 872035f1ab
2 changed files with 1 additions and 2 deletions

View File

@ -203,7 +203,6 @@ HRESULT FTMarshalCF_Create(REFIID riid, LPVOID *ppv);
/* Stub Manager */
ULONG stub_manager_int_addref(struct stub_manager *This);
ULONG stub_manager_int_release(struct stub_manager *This);
struct stub_manager *new_stub_manager(APARTMENT *apt, IUnknown *object);
ULONG stub_manager_ext_addref(struct stub_manager *m, ULONG refs, BOOL tableweak);

View File

@ -251,7 +251,7 @@ static void stub_manager_delete(struct stub_manager *m)
}
/* increments the internal refcount */
ULONG stub_manager_int_addref(struct stub_manager *This)
static ULONG stub_manager_int_addref(struct stub_manager *This)
{
ULONG refs;