www.pudn.com > MINSortDict.zip > MINSortDict.h


//************************************************************************* 
// You are free to use/modify this code but leave this header intact. 
// This class is public domain so you are free to use it any of 
// your applications (Freeware,Shareware,Commercial). All I ask is 
// that you let me know so that if you have a real winner I can 
// brag to my buddies that some of my code is in your app. I also 
// wouldn't mind if you sent me a copy of your application since I 
// like to play with new stuff. 
// Author	: DingZhiGang 
// Email	: minidxer@gmail.com 
// HomePage : http://minidx.com 
// Help     : http://minidx.com/forum/ 
//************************************************************************* 
 
 
#pragma once 
 
#ifndef __AFXWIN_H__ 
	#error "include 'stdafx.h' before including this file for PCH" 
#endif 
 
#include "resource.h"		// main symbols 
 
 
// CMINSortDictApp: 
// See MINSortDict.cpp for the implementation of this class 
// 
 
class CMINSortDictApp : public CWinApp 
{ 
public: 
	CMINSortDictApp(); 
 
// Overrides 
	public: 
	virtual BOOL InitInstance(); 
 
// Implementation 
 
	DECLARE_MESSAGE_MAP() 
}; 
 
extern CMINSortDictApp theApp;