home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
msj
/
v10n04
/
multilin.exe
/
GLOBAL.H
< prev
next >
Wrap
C/C++ Source or Header
|
1995-04-01
|
960b
|
41 lines
// global.h : main header file for the GLOBAL application
//
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CGlobalApp:
// See global.cpp for the implementation of this class
//
class CGlobalApp : public CWinApp
{
public:
CGlobalApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGlobalApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CGlobalApp)
afx_msg void OnAppAbout();
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
extern CGlobalApp theApp;
/////////////////////////////////////////////////////////////////////////////