Commit 9e537ae0 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

ole32: Declare a function static.

parent 668197a8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment