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.

24 lines
657 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1992.
  5. //
  6. // File: msfhead.cxx
  7. //
  8. // Contents: Precompiled headers
  9. //
  10. //--------------------------------------------------------------------------
  11. // some of these functions are a nuisance
  12. #ifdef _MSC_VER
  13. #pragma warning (disable:4127) // conditional expression is constant
  14. #pragma warning (disable:4514) // unreferenced inline function
  15. #endif
  16. #include "h/msf.hxx"
  17. #include "h/header.hxx"
  18. #include "h/vect.hxx"
  19. #include "h/page.hxx"
  20. #include "h/vectfunc.hxx"
  21. #include "h/fat.hxx"
  22. #include "h/dir.hxx"