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.
 
 
 
 
 
 

27 lines
685 B

// ConstantMap.h: interface for the CConstantMap class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CONSTANTMAP_H__C5372480_EDF1_11D2_804A_009027345EE2__INCLUDED_)
#define AFX_CONSTANTMAP_H__C5372480_EDF1_11D2_804A_009027345EE2__INCLUDED_
#define UNICODE
#define _UNICODE
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
typedef pair<t_string, unsigned int> MAPPAIR;
typedef map<t_string, unsigned int> CONSTMAP;
class CConstantMap
{
public:
CConstantMap();
virtual ~CConstantMap();
CONSTMAP m_Map;
};
#endif // !defined(AFX_CONSTANTMAP_H__C5372480_EDF1_11D2_804A_009027345EE2__INCLUDED_)