Remove local declarations already in included public headers.
This commit is contained in:
parent
03d46879c4
commit
d32610fabe
|
@ -36,7 +36,6 @@
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(mapi);
|
WINE_DEFAULT_DEBUG_CHANNEL(mapi);
|
||||||
|
|
||||||
BOOL WINAPI FBadRglpszA(LPSTR*,ULONG);
|
BOOL WINAPI FBadRglpszA(LPSTR*,ULONG);
|
||||||
BOOL WINAPI FBadRglpszW(LPWSTR*,ULONG);
|
|
||||||
|
|
||||||
/* Internal: Check if a property value array is invalid */
|
/* Internal: Check if a property value array is invalid */
|
||||||
static inline ULONG PROP_BadArray(LPSPropValue lpProp, size_t elemSize)
|
static inline ULONG PROP_BadArray(LPSPropValue lpProp, size_t elemSize)
|
||||||
|
|
|
@ -285,10 +285,6 @@ HRESULT WINAPI CLSIDFromString16(
|
||||||
return __CLSIDFromStringA(idstr,id);
|
return __CLSIDFromStringA(idstr,id);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern BOOL WINAPI K32WOWCallback16Ex( DWORD vpfn16, DWORD dwFlags,
|
|
||||||
DWORD cbArgs, LPVOID pArgs,
|
|
||||||
LPDWORD pdwRetCode );
|
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* _xmalloc16 [internal]
|
* _xmalloc16 [internal]
|
||||||
* Allocates size bytes from the standard ole16 allocator.
|
* Allocates size bytes from the standard ole16 allocator.
|
||||||
|
|
Loading…
Reference in New Issue