Source code of Windows XP (NT5)
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.

47 lines
699 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. # if defined ( __cplusplus)
  18. extern "C" {
  19. # endif
  20. #include "logmsg.h"
  21. # if defined ( __cplusplus)
  22. }
  23. # endif
  24. #include <iadmw.h>
  25. #include <iiscnfg.h>
  26. #include <mb.hxx>
  27. #include <sharelok.h>
  28. #include <string.hxx>
  29. #pragma hdrstop
  30. #endif // _PRECOMP_HXX_