mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 10:44:47 +00:00
Remove local declarations already in included public headers.
This commit is contained in:
parent
03d46879c4
commit
d32610fabe
2 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue