ReactOS 0.4.15-dev-7834-g00c4b3d
pnpprivum.hpp
Go to the documentation of this file.
1//
2// Copyright (C) Microsoft. All rights reserved.
3//
4#ifndef _PNPPRIVUM_H_
5#define _PNPPRIVUM_H_
6
7#pragma warning(push)
8#pragma warning(disable:4200) // nonstandard extension used : zero-sized array in struct/union
9#include <usbioctl.h>
10#pragma warning(pop)
11
12#include <device_common.h>
13
14#endif // _PNPPRIVUM_H_