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.

30 lines
496 B

  1. /*++
  2. Copyright (C) 1999-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. #pragma warning( disable : 4786 ) // identifier was truncated to 'number' characters in the
  8. #include "precomp.h"
  9. #include <comutil.h>
  10. #include <map>
  11. #include <vector>
  12. #include <oledb.h>
  13. #include <oledberr.h>
  14. #include <sqloledb.h>
  15. #include <flexarry.h>
  16. #include <wstring.h>
  17. #include <wqlnode.h>
  18. #include <wbemutil.h>
  19. #include <wbemcli.h>
  20. #include <time.h>
  21. #include <reposit.h>
  22. #include <wqltosql.h>