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.

26 lines
791 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. // File: stdafx.h
  4. // Copyright (C) 1994-1997 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. //
  8. //
  9. //-----------------------------------------------------------------------------
  10. // stdafx.h : include file for standard system include files,
  11. // or project specific include files that are used frequently, but
  12. // are changed infrequently
  13. //
  14. #pragma warning(disable : 4663 )
  15. #pragma warning(disable : 4665 )
  16. #include <afxwin.h> // MFC core and standard components
  17. #include <afxext.h> // MFC extensions
  18. #include <afxole.h> // MFC OLE classes
  19. #pragma warning(disable : 4664 )
  20. #include <afxtempl.h>
  21. #include <mitutil.h>
  22. #include <locutil.h>