home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
msj
/
v10n10
/
cppq1195.exe
/
APP.H
< prev
next >
Wrap
C/C++ Source or Header
|
1995-10-01
|
585b
|
24 lines
////////////////////////////////////////////////////////////////
// TRACEWIN Copyright 1995 Microsoft Systems Journal.
// If this program works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
//
// TRACEWIN applet sits around waiting for diagnostic messages from
// MFC apps that have #included TRACEWIN.H
#include "resource.h"
/////////////////
// Application class
//
class CApp : public CWinApp {
public:
CApp();
virtual BOOL InitInstance();
//{{AFX_MSG(CApp)
afx_msg void OnAppAbout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};