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

  1. /*++
  2. Copyright (c) 2002 - 2002 Microsoft Corporation. All Rights Reserved.
  3. THIS CODE AND INFORMATION IS PROVIDED "AS-IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7. THIS CODE IS NOT SUPPORTED BY MICROSOFT.
  8. --*/
  9. #ifndef _PRECOMP_H_
  10. #define _PRECOMP_H_
  11. #pragma warning(disable:4115) // named type definition in parentheses
  12. #pragma warning(disable:4201) // nameless struct/union
  13. #pragma warning(disable:4214) // bit field types other than int
  14. #pragma warning(disable:4127) // condition expression is constant
  15. #include <windows.h>
  16. #include <stdio.h>
  17. #include "http.h"
  18. #endif // _PRECOMP_H_