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.

59 lines
1.1 KiB

  1. //
  2. // Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
  3. // All Rights Reserved.
  4. //
  5. #pragma warning (disable : 4786)
  6. #include <ole2.h>
  7. #include <windows.h>
  8. #include <tchar.h>
  9. #include <stdio.h>
  10. #include <assert.h>
  11. #include <objbase.h>
  12. #include <olectl.h>
  13. #include <comdef.h>
  14. /* WBEM includes */
  15. #include <wbemcli.h>
  16. #include <wbemprov.h>
  17. #include <genlex.h>
  18. #include <opathlex.h>
  19. #include <objpath.h>
  20. #include <sqllex.h>
  21. #include <sql_1.h>
  22. #include <cominit.h>
  23. /* ADSI includes */
  24. #include <activeds.h>
  25. /* DS Provider includes */
  26. #include <provexpt.h>
  27. #include <provlog.h>
  28. #include "maindll.h"
  29. #include "attributes.h"
  30. #include "clsname.h"
  31. #include "refcount.h"
  32. #include "adsiprop.h"
  33. #include "adsiclas.h"
  34. #include "adsiinst.h"
  35. #include "tree.h"
  36. #include "ldapcach.h"
  37. #include "ldaphelp.h"
  38. #include "wbemhelp.h"
  39. #include "wbemcach.h"
  40. #include "classpro.h"
  41. #include "ldapprov.h"
  42. #include "clsproi.h"
  43. #include "ldapproi.h"
  44. #include "classfac.h"
  45. #include "instprov.h"
  46. #include "instproi.h"
  47. #include "instfac.h"
  48. #include "assocprov.h"
  49. #include <wbemtime.h>
  50. #include "queryconv.h"