mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[HID]
* Do not include debug.h into the main header. CORE-7716 svn path=/trunk/; revision=61363
This commit is contained in:
@@ -25,8 +25,12 @@
|
||||
* UPDATE HISTORY:
|
||||
* 07/12/2004 Created
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
HINSTANCE hDllInstance;
|
||||
|
||||
/* device interface GUID for HIDClass devices */
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <debug.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/umtypes.h>
|
||||
|
||||
|
||||
@@ -8,8 +8,12 @@
|
||||
* UPDATE HISTORY:
|
||||
* 07/12/2004 Created
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user