Windows2003-3790/inetsrv/iis/lkrhash/kernel/precomp.hxx
2020-09-30 16:53:55 +02:00

15 lines
254 B
C++

#ifndef __PRECOMP_HXX__
#define __PRECOMP_HXX__
// Needed to compile at /W4
#pragma warning(disable:4201) // nameless struct/union
extern "C" {
// #include <wdm.h>
// #include <ntddk.h>
#include <ntosp.h>
};
#endif // __PRECOMP_HXX__