mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[HID]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61767
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <winbase.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/umtypes.h>
|
||||
|
||||
@@ -14,9 +13,7 @@ typedef VOID
|
||||
(WINAPI *PINTERFACE_DEREFERENCE)(
|
||||
PVOID Context);
|
||||
|
||||
//#include <hidusage.h>
|
||||
#include <hidclass.h>
|
||||
//#include <hidpi.h>
|
||||
|
||||
extern HINSTANCE hDllInstance;
|
||||
extern const GUID HidClassGuid;
|
||||
|
||||
Reference in New Issue
Block a user