Nikolay Sivov wrote:
> >> +#include "ddk/wdm.h"
> > Please don't do that, this breaks compilation with PSDK headers. If you need
> > some specific definitions, types or API prototypes - replicate them in the
> > test
> > itself.
> What breaks exactly? The fact that PSDK doesn't have DDK headers
On 7/16/2013 09:47, Dmitry Timoshkov wrote:
Nikolay Sivov wrote:
+#include "ddk/wdm.h"
Please don't do that, this breaks compilation with PSDK headers. If you need
some specific definitions, types or API prototypes - replicate them in the test
itself.
What breaks exactly? The fact that PSDK d
Nikolay Sivov wrote:
> +#include "ddk/wdm.h"
Please don't do that, this breaks compilation with PSDK headers. If you need
some specific definitions, types or API prototypes - replicate them in the test
itself.
--
Dmitry.