Source code of Windows XP (NT5)
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

  1. #if !defined(AFX_EXTENSIONS_H__8DEDB8F6_5C6D_11D1_8CCD_00C04FD918D0__INCLUDED_)
  2. #define AFX_EXTENSIONS_H__8DEDB8F6_5C6D_11D1_8CCD_00C04FD918D0__INCLUDED_
  3. #ifndef __AFXWIN_H__
  4. #error include 'stdafx.h' before including this file for PCH
  5. #endif
  6. #include "resource.h" // main symbols
  7. // TODO: You may add any other custom AppWizard-wide declarations here.
  8. #define ARRAYSIZE(z) (sizeof(z)/sizeof(*z))
  9. CString StripCurly(CString str);
  10. //{{AFX_INSERT_LOCATION}}
  11. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  12. #endif // !defined(AFX_EXTENSIONS_H__8DEDB8F6_5C6D_11D1_8CCD_00C04FD918D0__INCLUDED_)