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.

41 lines
722 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name :
  4. precomp.hxx
  5. Abstract:
  6. precompiled file for logging class
  7. Author:
  8. Whoever wants to own logging.
  9. --*/
  10. #ifndef _PRECOMP_HXX_
  11. #define _PRECOMP_HXX_
  12. /************************************************************
  13. * Include Headers
  14. ************************************************************/
  15. #include <iis.h>
  16. #include <dbgutil.h>
  17. #include <iadmw.h>
  18. #include <iiscnfg.h>
  19. #pragma warning(push, 3)
  20. #include <mb.hxx>
  21. #include <multisza.hxx>
  22. #pragma warning(pop)
  23. #include <sharelok.h>
  24. #include <winsock2.h>
  25. #include <ws2tcpip.h>
  26. #pragma hdrstop
  27. #endif // _PRECOMP_HXX_