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.

71 lines
1.0 KiB

  1. /*++
  2. Copyright (c) 1995-1996 Microsoft Corporation
  3. Module Name :
  4. server.hxx
  5. Abstract:
  6. Server side logging header file
  7. Author:
  8. Terence Kwan ( terryk ) 18-Sep-1996
  9. Project:
  10. IIS Logging 3.0
  11. --*/
  12. #ifndef _SERVER_HXX_
  13. #define _SERVER_HXX_
  14. //
  15. // System include files.
  16. //
  17. #define dllexp __declspec( dllexport )
  18. //
  19. // System include files.
  20. //
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24. #include <nt.h>
  25. #include <ntrtl.h>
  26. #include <nturtl.h>
  27. #include <windows.h>
  28. #ifndef NERR_Success
  29. # define NERR_Success (NO_ERROR)
  30. # endif // NERR_Success
  31. //#include <lm.h>
  32. #include <stdio.h>
  33. #include <stdarg.h>
  34. #include <stdlib.h>
  35. #include <string.h>
  36. #include <tchar.h>
  37. #include "dbgutil.h"
  38. #include <inetcom.h>
  39. #include <inetinfo.h>
  40. #include <logtype.h>
  41. #ifdef __cplusplus
  42. } // extern "C"
  43. #endif // __cplusplus
  44. #include <string.hxx>
  45. #include <tsres.hxx>
  46. #include <ole2.h>
  47. #include <dbgutil.h>
  48. #include <logging.hxx>
  49. #endif // _SERVER_HXX_