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.

39 lines
1.0 KiB

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