www.pudn.com > VOBSUB.rar > subresync.h


// subresync.h : main header file for the SUBRESYNC application 
// 
 
#if !defined(AFX_SUBRESYNC_H__D422D159_F3BD_4CF6_8E58_664C0730E4B5__INCLUDED_) 
#define AFX_SUBRESYNC_H__D422D159_F3BD_4CF6_8E58_664C0730E4B5__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 
 
#include "../vobsub/vobsub.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CSubresyncApp: 
// See subresync.cpp for the implementation of this class 
// 
 
class CSubresyncApp : public CVSApp 
{ 
public: 
	CSubresyncApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSubresyncApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CSubresyncApp) 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
	virtual int ExitInstance(); 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SUBRESYNC_H__D422D159_F3BD_4CF6_8E58_664C0730E4B5__INCLUDED_)