www.pudn.com > doc2pdf-0_7_1.rar > doc2pdf.h


// doc2pdf.h : main header file for the DOC2PDF application 
// 
 
#if !defined(AFX_DOC2PDF_H__706164C3_D872_11D5_B354_00E0987CF656__INCLUDED_) 
#define AFX_DOC2PDF_H__706164C3_D872_11D5_B354_00E0987CF656__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 
 
///////////////////////////////////////////////////////////////////////////// 
// CDoc2pdfApp: 
// See doc2pdf.cpp for the implementation of this class 
// 
 
class CDoc2pdfApp : public CWinApp 
{ 
public: 
	CDoc2pdfApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDoc2pdfApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CDoc2pdfApp) 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
extern CDoc2pdfApp theApp; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DOC2PDF_H__706164C3_D872_11D5_B354_00E0987CF656__INCLUDED_)