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.

64 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. pch.h
  5. Abstract:
  6. Pre-compile C header file.
  7. Environment:
  8. User mode
  9. Author:
  10. Michael Tsang (MikeTs) 19-May-2000
  11. Revision History:
  12. --*/
  13. #ifndef _PCH_H
  14. #define _PCH_H
  15. #define MODNAME "TabSrv"
  16. #if DBG
  17. #define DEBUG
  18. #define WINTRACE
  19. #define ALLOW_REMOVE
  20. #define ALLOW_START
  21. #define ALLOW_STOP
  22. #define ALLOW_DEBUG
  23. #endif
  24. #define MOUSE_THREAD
  25. //#define DRAW_INK
  26. #if _MSC_VER > 1000
  27. #pragma once
  28. #endif
  29. #ifdef __cplusplus
  30. extern "C" {
  31. #endif
  32. #define OEMRESOURCE
  33. #include <windows.h>
  34. #include <regstr.h>
  35. #include <process.h>
  36. #include <stdlib.h>
  37. #include <wintrace.h>
  38. #include <hidsdi.h>
  39. #include <setupapi.h>
  40. #include <smapi.h>
  41. #include "tsrpc.h"
  42. #include <guiddef.h>
  43. #include "SuperTip_Obj.h" //contains the COM interface definitions
  44. #include "ITellMe.h" //contains the COM interface definitions
  45. #include "resource.h"
  46. #ifdef __cplusplus
  47. }
  48. #endif
  49. #include "tabsrv.h"
  50. #endif //ifndef _PCH_H