// Sal_MFC.h : main header file for the SAL_MFC application // #if !defined(AFX_SAL_MFC_H__C7323B81_763D_4AF0_97E2_FD387E90F472__INCLUDED_) #define AFX_SAL_MFC_H__C7323B81_763D_4AF0_97E2_FD387E90F472__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // CSal_MFCApp: // See Sal_MFC.cpp for the implementation of this class // class CSal_MFCApp : public CWinApp { public: CSal_MFCApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSal_MFCApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CSal_MFCApp) // 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() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SAL_MFC_H__C7323B81_763D_4AF0_97E2_FD387E90F472__INCLUDED_)