mirror of https://github.com/tongzx/nt5src
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
661 B
20 lines
661 B
#if !defined(AFX_EXTENSIONS_H__8DEDB8F6_5C6D_11D1_8CCD_00C04FD918D0__INCLUDED_)
|
|
#define AFX_EXTENSIONS_H__8DEDB8F6_5C6D_11D1_8CCD_00C04FD918D0__INCLUDED_
|
|
|
|
#ifndef __AFXWIN_H__
|
|
#error include 'stdafx.h' before including this file for PCH
|
|
#endif
|
|
|
|
#include "resource.h" // main symbols
|
|
|
|
// TODO: You may add any other custom AppWizard-wide declarations here.
|
|
|
|
#define ARRAYSIZE(z) (sizeof(z)/sizeof(*z))
|
|
CString StripCurly(CString str);
|
|
|
|
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_EXTENSIONS_H__8DEDB8F6_5C6D_11D1_8CCD_00C04FD918D0__INCLUDED_)
|