SimpleMail.h
上传用户:weimei12
上传日期:2022-08-11
资源大小:185k
文件大小:1k
- // SimpleMail.h : main header file for the SimpleMail application
- //
- #pragma once
- #ifndef __AFXWIN_H__
- #error "include 'stdafx.h' before including this file for PCH"
- #endif
- #include "resource.h" // main symbols
- // CSimpleMailApp:
- // See SimpleMail.cpp for the implementation of this class
- //
- class CSimpleMailApp : public CWinApp
- {
- public:
- CSimpleMailApp();
- // Overrides
- public:
- virtual BOOL InitInstance();
- // Implementation
- afx_msg void OnAppAbout();
- DECLARE_MESSAGE_MAP()
- public:
- virtual int ExitInstance();
- };
- extern CSimpleMailApp theApp;