Windows2003-3790/inetcore/outlookexpress/oemiglib/dllmain.h
2020-09-30 16:53:55 +02:00

19 lines
764 B
C

//--------------------------------------------------------------------------
// Dllmain.h
//--------------------------------------------------------------------------
#pragma once
//--------------------------------------------------------------------------
// Globals
//--------------------------------------------------------------------------
extern IMalloc *g_pMalloc;
extern HINSTANCE g_hInst;
extern LONG g_cRef;
extern LONG g_cLock;
extern CRITICAL_SECTION g_csDllMain;
//--------------------------------------------------------------------------
// Prototypes
//--------------------------------------------------------------------------
ULONG DllRelease(void);
ULONG DllAddRef(void);