ole32: Declare a function static.
This commit is contained in:
parent
668197a898
commit
9e537ae06c
|
@ -59,10 +59,6 @@ DECLARE_INTERFACE_(IMalloc16,IUnknown)
|
|||
|
||||
/**********************************************************************/
|
||||
|
||||
extern LPMALLOC16 IMalloc16_Constructor(void);
|
||||
|
||||
/**********************************************************************/
|
||||
|
||||
typedef struct ILockBytes16 *LPLOCKBYTES16;
|
||||
|
||||
#define INTERFACE ILockBytes16
|
||||
|
|
|
@ -171,7 +171,7 @@ LPVOID CDECL IMalloc16_fnHeapMinimize(IMalloc16* iface) {
|
|||
/******************************************************************************
|
||||
* IMalloc16_Constructor [VTABLE]
|
||||
*/
|
||||
LPMALLOC16
|
||||
static LPMALLOC16
|
||||
IMalloc16_Constructor(void)
|
||||
{
|
||||
static IMalloc16Vtbl vt16;
|
||||
|
|
Loading…
Reference in New Issue