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

20 lines
818 B
C

// --------------------------------------------------------------------------------
// Dllmain.h
// Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
// Steven J. Bailey
// --------------------------------------------------------------------------------
#ifndef __DLLMAIN_H
#define __DLLMAIN_H
// --------------------------------------------------------------------------------
// Globals
// --------------------------------------------------------------------------------
extern HINSTANCE g_hInst;
extern LPMALLOC g_pMalloc;
extern DWORD g_dwTlsMsgBuffIndex;
extern CRITICAL_SECTION g_csTempFileList;
extern LPTEMPFILEINFO g_pTempFileHead;
extern OSVERSIONINFO g_rOSVersionInfo;
#endif // __DLLMAIN_H