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

/////////////////////////////////////////////////////////////////////////////
// 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>