Windows2003-3790/inetcore/outlookexpress/iecont/globals.h

23 lines
558 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/////////////////////////////////////////////////////////////////////////////
// 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)