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.

88 lines
1.8 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1998.
  5. //
  6. // File: prcomp.h
  7. //
  8. // Contents: precompiled headers
  9. //
  10. // Classes:
  11. //
  12. // Notes:
  13. //
  14. // History: 04-Aug-98 rogerg Created.
  15. //
  16. //--------------------------------------------------------------------------
  17. // standard includes for MobSync lib
  18. #include <objbase.h>
  19. #include <windows.h>
  20. #include <windowsx.h>
  21. #include <shellapi.h>
  22. #include <commctrl.h>
  23. #include <inetreg.h>
  24. #include <advpub.h>
  25. #include <mstask.h>
  26. #include <msterr.h>
  27. #include <mobsync.h>
  28. #include <mobsyncp.h>
  29. #include "debug.h"
  30. #include "alloc.h"
  31. #include "critsect.h"
  32. #include "stringc.h"
  33. #include "osdefine.h"
  34. #include "validate.h"
  35. #include "netapi.h"
  36. #include "listview.h"
  37. #include "util.hxx"
  38. #include "clsobj.h"
  39. #include "userenv.h"
  40. #include "shlwapi.h"
  41. // dll include files
  42. #include "..\dll\dllreg.h"
  43. #include "resource.h"
  44. #include "resource.hm"
  45. #include "reg.h"
  46. #include "cmdline.h"
  47. #include "idle.h"
  48. #include "connobj.h"
  49. #include "hndlrq.h"
  50. #include "msg.h"
  51. #include "callback.h"
  52. #include "hndlrmsg.h"
  53. #include "dlg.h"
  54. #include "invoke.h"
  55. #include "clsfact.h"
  56. #include "objmgr.h"
  57. #define STRSAFE_NO_DEPRECATE
  58. #include <strsafe.h>
  59. #ifndef LVS_EX_INFOTIP
  60. #define LVS_EX_INFOTIP 0x00000400 // listview does InfoTips
  61. #endif // LVS_EX_INFOTIP
  62. #ifndef LVM_GETSELECTIONMARK
  63. #define LVM_GETSELECTIONMARK (LVM_FIRST + 66)
  64. #define ListView_GetSelectionMark(hwnd) \
  65. (int)SNDMSG((hwnd), LVM_GETSELECTIONMARK, 0, 0)
  66. #endif // LVM_GETSELECTIONMARK
  67. #define LVIS_STATEIMAGEMASK_CHECK (0x2000)
  68. #define LVIS_STATEIMAGEMASK_UNCHECK (0x1000)
  69. #pragma hdrstop