You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
558 B
22 lines
558 B
/////////////////////////////////////////////////////////////////////////////
|
|
// 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)
|
|
|
|
|
|
|