|
|
/////////////////////////////////////////////////////////////////////////////
// Pragmas
// C4290: C++ Exception Specification ignored
#pragma warning(disable:4290)
// warning C4511: 'CVssCOMApplication' : copy constructor could not be generated
#pragma warning(disable:4511)
// warning C4127: conditional expression is constant
#pragma warning(disable:4127)
/////////////////////////////////////////////////////////////////////////////
// Includes
#include <wtypes.h>
#include <stddef.h>
#include <oleauto.h>
#include <comadmin.h>
#include <devioctl.h>
#include <ntddstor.h>
#include "vs_assert.hxx"
// ATL
#include <atlbase.h>
#include <atlconv.h>
extern CComModule _Module; #include <atlcom.h>
|