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

23 lines
558 B
C

/////////////////////////////////////////////////////////////////////////////
// Copyright (C) 1993-1997 Microsoft Corporation. All Rights Reserved.
//
// MODULE: globals.h
//
// PURPOSE: Defines any global constants that are interesting to the
// entire project.
//
#pragma once
/////////////////////////////////////////////////////////////////////////////
//
// Window Messages
//
extern HINSTANCE g_hLocRes;
extern LONG g_cDllRefCount;
#define WM_CREATEOBJECTS (WM_USER + 1000)