fixing newdev.h compatible with DDK version 3790.1830

it did not have #include <pshpack1.h>  and #include <poppack.h>

svn path=/trunk/; revision=26203
This commit is contained in:
Magnus Olsen 2007-03-30 08:47:54 +00:00
parent 0772fa79b5
commit b18be77063

View file

@ -20,13 +20,10 @@
*
*/
#ifndef __NEWDEV_H
#define __NEWDEV_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifndef _INC_NEWDEV
#define _INC_NEWDEV
#include <pshpack1.h>
#ifdef __cplusplus
extern "C" {
#endif
@ -45,6 +42,8 @@ UpdateDriverForPlugAndPlayDevicesA(
DWORD InstallFlags,
PBOOL bRebootRequired OPTIONAL);
BOOL WINAPI
UpdateDriverForPlugAndPlayDevicesW(
HWND hwndParent,
@ -63,4 +62,6 @@ UpdateDriverForPlugAndPlayDevicesW(
}
#endif
#include <poppack.h>
#endif /* __NEWDEV_H */