mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
- Revert useless commit:
* No need to copy stuff from DDK, it's prohibited (#define _INC_NEWDEV) * #pragma was put there especially, and no reason to remove it was said * pushpack / poppack does not do anything if there are no structs definitions svn path=/trunk/; revision=26210
This commit is contained in:
parent
dedbc24d60
commit
1f9a18b920
1 changed files with 6 additions and 7 deletions
|
@ -20,10 +20,13 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef _INC_NEWDEV
|
||||
#define _INC_NEWDEV
|
||||
#ifndef __NEWDEV_H
|
||||
#define __NEWDEV_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include <pshpack1.h>
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -42,8 +45,6 @@ UpdateDriverForPlugAndPlayDevicesA(
|
|||
DWORD InstallFlags,
|
||||
PBOOL bRebootRequired OPTIONAL);
|
||||
|
||||
|
||||
|
||||
BOOL WINAPI
|
||||
UpdateDriverForPlugAndPlayDevicesW(
|
||||
HWND hwndParent,
|
||||
|
@ -62,6 +63,4 @@ UpdateDriverForPlugAndPlayDevicesW(
|
|||
}
|
||||
#endif
|
||||
|
||||
#include <poppack.h>
|
||||
|
||||
#endif /* __NEWDEV_H */
|
||||
|
|
Loading…
Reference in a new issue