2025-04-27 07:49:33 -04:00

12 lines
319 B
C

// Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
#ifndef _globals_h
#define _globals_h
#define SZ_MODULE_NAME _T("SingleView.ocx")
extern int HmmvMessageBox(LPCTSTR szMessage, UINT uType);
extern int HmmvMessageBox(UINT idsMessage, UINT uType);
extern HINSTANCE ghInstance;
#endif //