Remove local declarations already in included public headers.

This commit is contained in:
Vincent Béron 2005-08-10 09:48:15 +00:00 committed by Alexandre Julliard
parent 03d46879c4
commit d32610fabe
2 changed files with 0 additions and 5 deletions

View File

@ -36,7 +36,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(mapi);
BOOL WINAPI FBadRglpszA(LPSTR*,ULONG);
BOOL WINAPI FBadRglpszW(LPWSTR*,ULONG);
/* Internal: Check if a property value array is invalid */
static inline ULONG PROP_BadArray(LPSPropValue lpProp, size_t elemSize)

View File

@ -285,10 +285,6 @@ HRESULT WINAPI CLSIDFromString16(
return __CLSIDFromStringA(idstr,id);
}
extern BOOL WINAPI K32WOWCallback16Ex( DWORD vpfn16, DWORD dwFlags,
DWORD cbArgs, LPVOID pArgs,
LPDWORD pdwRetCode );
/******************************************************************************
* _xmalloc16 [internal]
* Allocates size bytes from the standard ole16 allocator.