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.

72 lines
1021 B

  1. /*++
  2. Copyright (c) 1998-2000 Microsoft Corporation
  3. Module Name:
  4. precom.h
  5. Abstract:
  6. Contains common include header files that are precompiled.
  7. Author:
  8. Madan Appiah (madana) 16-Sep-1998
  9. Revision History:
  10. --*/
  11. #ifndef _precom_h_
  12. #define _precom_h_
  13. #include <windows.h>
  14. //
  15. // uwrap has to come after the headers for ANY wrapped
  16. // functions
  17. //
  18. #ifdef UNIWRAP
  19. #include "uwrap.h"
  20. #endif
  21. #include "drstatus.h"
  22. #define TRC_GROUP TRC_GROUP_NETWORK
  23. #define DEBUG_MODULE DBG_MOD_ANY
  24. #include <adcgbase.h>
  25. #include <at120ex.h>
  26. #include <cchannel.h>
  27. #include <pclip.h>
  28. #include <ddkinc.h>
  29. #include "drstr.h"
  30. #include <stdio.h>
  31. #if DBG
  32. #define INLINE
  33. #else // DBG
  34. #define INLINE inline
  35. #endif // DBG
  36. #include <strsafe.h>
  37. #define TRC_FILE "Precom"
  38. #include "drdev.h"
  39. #include "proc.h"
  40. #include "drconfig.h"
  41. #include "utl.h"
  42. #include "drfile.h"
  43. #include "drobject.h"
  44. #include "drobjmgr.h"
  45. #undef TRC_FILE
  46. #endif //_precom_h_