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.

51 lines
839 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 <nt.h>
  16. #include <ntrtl.h>
  17. #include <nturtl.h>
  18. #include <windows.h>
  19. #include <dbgutil.h>
  20. # if defined ( __cplusplus)
  21. extern "C" {
  22. # endif
  23. #include "inetcom.h"
  24. #include "logmsg.h"
  25. # if defined ( __cplusplus)
  26. }
  27. # endif
  28. #include <string.hxx>
  29. #include <tsres.hxx>
  30. #include <datetime.hxx>
  31. #include <logtype.h>
  32. #include <logging.hxx>
  33. #pragma hdrstop
  34. #endif // _PRECOMP_HXX_