// picfix.h : main header file for the PICFIX DLL // #if !defined(AFX_PICFIX_H__22A5189A_0F56_4B9A_B5D2_7F2906FB74F5__INCLUDED_) #define AFX_PICFIX_H__22A5189A_0F56_4B9A_B5D2_7F2906FB74F5__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 ///////////////////////////////////////////////////////////////////////////// // CPicfixApp // See picfix.cpp for the implementation of this class // class CPicfixApp : public CWinApp { public: CPicfixApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPicfixApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL //{{AFX_MSG(CPicfixApp) // 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_PICFIX_H__22A5189A_0F56_4B9A_B5D2_7F2906FB74F5__INCLUDED_)