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

26 lines
943 B
C

// --------------------------------------------------------------------------------
// Dllmain.h
// Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
// Steven J. Bailey
// --------------------------------------------------------------------------------
#ifndef __DLLMAIN_H
#define __DLLMAIN_H
// --------------------------------------------------------------------------------
// Globals
// --------------------------------------------------------------------------------
extern CRITICAL_SECTION g_csDllMain;
extern LONG g_cRef;
extern LONG g_cLock;
extern HINSTANCE g_hInstImp;
// --------------------------------------------------------------------------------
// Prototypes
// --------------------------------------------------------------------------------
ULONG DllAddRef(void);
ULONG DllRelease(void);
#include "demand.h"
#endif // __DLLMAIN_H