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.

28 lines
914 B

  1. //------------------------------------------------------------------------------
  2. //
  3. // File: stdafx.h
  4. // Copyright (C) 1995=1996 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // Purpose:
  8. // Include file for standard system include files, or project-specific
  9. // include files that are used frequently, but are changed infrequently
  10. //
  11. // YOU SHOULD NOT NEED TO TOUCH ANYTHING IN THIS FILE.
  12. //
  13. // Owner:
  14. //
  15. //------------------------------------------------------------------------------
  16. #include <afxwin.h> // MFC core and standard components
  17. #include <afxext.h> // MFC extensions
  18. #include <afxole.h> // MFX Ole stuff
  19. #include <afxtempl.h> // MFC template collection classes.
  20. #include <atlbase.h>
  21. #include <map>
  22. #include <string>
  23. // to avoid: clstring.inl(233) : error C4552: '!=' : operator has no effect
  24. #pragma warning (disable: 4552)
  25. #include <parser.h>