[HID]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 23 Dec 2013 19:02:14 +0000 (19:02 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 23 Dec 2013 19:02:14 +0000 (19:02 +0000)
* Do not include debug.h into the main header.
CORE-7716

svn path=/trunk/; revision=61363

reactos/dll/win32/hid/hid.c
reactos/dll/win32/hid/precomp.h
reactos/dll/win32/hid/stubs.c

index 0397028..47f450d 100644 (file)
  * UPDATE HISTORY:
  *      07/12/2004  Created
  */
+
 #include "precomp.h"
 
+#define NDEBUG
+#include <debug.h>
+
 HINSTANCE hDllInstance;
 
 /* device interface GUID for HIDClass devices */
index 770d39d..a9d6b1d 100644 (file)
@@ -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>
 
index f6f568a..b086ac8 100644 (file)
@@ -8,8 +8,12 @@
  * UPDATE HISTORY:
  *      07/12/2004  Created
  */
+
 #include "precomp.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /*
  * @unimplemented
  */