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.

34 lines
741 B

  1. #include <nt.h>
  2. #include <ntrtl.h>
  3. #include <nturtl.h>
  4. #include <windows.h>
  5. #include <wchar.h>
  6. #include <string.h>
  7. #include <iostream.h>
  8. #include <fstream.h>
  9. #include <stdio.h>
  10. #include <process.h>
  11. #include <stdlib.h>
  12. #include <errno.h>
  13. #include <oledb.h>
  14. #include <oledberr.h>
  15. #include <sqloledb.h>
  16. // C4290: C++ Exception Specification ignored
  17. #pragma warning(disable:4290)
  18. // warning C4511: 'CVssCOMApplication' : copy constructor could not be generated
  19. #pragma warning(disable:4511)
  20. // warning C4127: conditional expression is constant
  21. #pragma warning(disable:4127)
  22. #include "vs_assert.hxx"
  23. #include <oleauto.h>
  24. #include <comadmin.h>
  25. #include <stddef.h>
  26. #include <atlconv.h>
  27. #include <atlbase.h>