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.

32 lines
741 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Pragmas
  3. // C4290: C++ Exception Specification ignored
  4. #pragma warning(disable:4290)
  5. // warning C4511: 'CVssCOMApplication' : copy constructor could not be generated
  6. #pragma warning(disable:4511)
  7. // warning C4127: conditional expression is constant
  8. #pragma warning(disable:4127)
  9. /////////////////////////////////////////////////////////////////////////////
  10. // Includes
  11. #include <wtypes.h>
  12. #include <stddef.h>
  13. #include <oleauto.h>
  14. #include <comadmin.h>
  15. #include <devioctl.h>
  16. #include <ntddstor.h>
  17. #include "vs_assert.hxx"
  18. // ATL
  19. #include <atlbase.h>
  20. #include <atlconv.h>
  21. extern CComModule _Module;
  22. #include <atlcom.h>