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
933 B

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5. #if !defined(AFX_STDAFX_H__857ED3C1_A0BE_11D0_A6EB_00C04FC2C6D8__INCLUDED_)
  6. #define AFX_STDAFX_H__857ED3C1_A0BE_11D0_A6EB_00C04FC2C6D8__INCLUDED_
  7. #pragma once
  8. // StrigBlast requires the CString implicit conversions.
  9. #ifdef _LS_NO_IMPLICIT
  10. #undef _LS_NO_IMPLICIT
  11. #endif // #ifdef _LS_NO_IMPLICIT
  12. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  13. #include <afxwin.h> // MFC core and standard components
  14. #include <afxext.h> // MFC extensions
  15. #include <afxtempl.h>
  16. #include <afxdisp.h>
  17. //{{AFX_INSERT_LOCATION}}
  18. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  19. #endif // !defined(AFX_STDAFX_H__857ED3C1_A0BE_11D0_A6EB_00C04FC2C6D8__INCLUDED_)