GME  13
MgaUtilApp.h
Go to the documentation of this file.
00001 // MgaUtil.h : main header file for the MGAUTIL DLL
00002 //
00003 
00004 #if !defined(AFX_MGAUTIL_H__461F30A7_3BF0_11D4_B3F0_005004D38590__INCLUDED_)
00005 #define AFX_MGAUTIL_H__461F30A7_3BF0_11D4_B3F0_005004D38590__INCLUDED_
00006 
00007 #if _MSC_VER > 1000
00008 #pragma once
00009 #endif // _MSC_VER > 1000
00010 
00011 #ifndef __AFXWIN_H__
00012         #error include 'stdafx.h' before including this file for PCH
00013 #endif
00014 
00015 #include "resource.h"           // main symbols
00016 #include "MgaUtilLib.h"
00017 
00019 // CMgaUtilApp
00020 // See MgaUtil.cpp for the implementation of this class
00021 //
00022 
00023 class CMgaUtilApp : public CWinApp
00024 {
00025 public:
00026         CMgaUtilApp();
00027 
00028 // Overrides
00029         // ClassWizard generated virtual function overrides
00030         //{{AFX_VIRTUAL(CMgaUtilApp)
00031                 virtual BOOL InitInstance();
00032                 virtual int ExitInstance();
00033         //}}AFX_VIRTUAL
00034 
00035         //{{AFX_MSG(CMgaUtilApp)
00036                 // NOTE - the ClassWizard will add and remove member functions here.
00037                 //    DO NOT EDIT what you see in these blocks of generated code !
00038         //}}AFX_MSG
00039         DECLARE_MESSAGE_MAP()
00040 private:
00041         BOOL InitATL();
00042 };
00043 
00044 
00046 
00047 //{{AFX_INSERT_LOCATION}}
00048 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00049 
00050 #endif // !defined(AFX_MGAUTIL_H__461F30A7_3BF0_11D4_B3F0_005004D38590__INCLUDED_)