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
988 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1998.
  5. //
  6. // File: lib.h
  7. //
  8. // Contents: contains headers needed to build the lib project
  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 <shellapi.h>
  21. #include <commctrl.h>
  22. #include <inetreg.h>
  23. #include <sensapip.h>
  24. #define STRSAFE_NO_DEPRECATE
  25. #include <strsafe.h>
  26. #include "mobsync.h"
  27. #include "mobsyncp.h"
  28. #include "debug.h"
  29. #include "alloc.h"
  30. #include "critsect.h"
  31. #include "stringc.h"
  32. #include "osdefine.h"
  33. #include "validate.h"
  34. #include "netapi.h"
  35. #include "listview.h"
  36. #include "util.hxx"
  37. #include "clsobj.h"
  38. #include "shlwapi.h"
  39. #include "sddl.h"
  40. #pragma hdrstop