GME
13
|
00001 #if !defined(AFX_CONSOLE_H__25F84967_DCC3_4EF7_9E42_402398CE7C40__INCLUDED_) 00002 #define AFX_CONSOLE_H__25F84967_DCC3_4EF7_9E42_402398CE7C40__INCLUDED_ 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 00008 // Console.h : main header file for CONSOLE.DLL 00009 00010 #if !defined( __AFXCTL_H__ ) 00011 #error include 'afxctl.h' before including this file 00012 #endif 00013 00014 #include "resource.h" // main symbols 00015 #include "Console_i.h" 00016 00018 // CConsoleApp : See Console.cpp for implementation. 00019 00020 class CConsoleApp : public COleControlModule 00021 { 00022 public: 00023 BOOL InitInstance(); 00024 int ExitInstance(); 00025 private: 00026 BOOL InitATL(); 00027 }; 00028 00029 extern const GUID CDECL _tlid; 00030 extern const WORD _wVerMajor; 00031 extern const WORD _wVerMinor; 00032 00033 //{{AFX_INSERT_LOCATION}} 00034 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00035 00036 #endif // !defined(AFX_CONSOLE_H__25F84967_DCC3_4EF7_9E42_402398CE7C40__INCLUDED)