ole32: Declare a function static.

This commit is contained in:
Andrew Talbot 2009-01-11 15:28:26 +00:00 committed by Alexandre Julliard
parent 668197a898
commit 9e537ae06c
2 changed files with 1 additions and 5 deletions

View file

@ -59,10 +59,6 @@ DECLARE_INTERFACE_(IMalloc16,IUnknown)
/**********************************************************************/
extern LPMALLOC16 IMalloc16_Constructor(void);
/**********************************************************************/
typedef struct ILockBytes16 *LPLOCKBYTES16;
#define INTERFACE ILockBytes16

View file

@ -171,7 +171,7 @@ LPVOID CDECL IMalloc16_fnHeapMinimize(IMalloc16* iface) {
/******************************************************************************
* IMalloc16_Constructor [VTABLE]
*/
LPMALLOC16
static LPMALLOC16
IMalloc16_Constructor(void)
{
static IMalloc16Vtbl vt16;