Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
528 B

// FileChange.h: interface for the CFileChange class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FILECHANGE_H__441362B3_4BE9_11D2_95F5_00C04FC22ADD__INCLUDED_)
#define AFX_FILECHANGE_H__441362B3_4BE9_11D2_95F5_00C04FC22ADD__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
class CFileChange
{
public:
CFileChange();
virtual ~CFileChange();
};
#endif // !defined(AFX_FILECHANGE_H__441362B3_4BE9_11D2_95F5_00C04FC22ADD__INCLUDED_)