diff --git a/reactos/dll/win32/hid/hid.c b/reactos/dll/win32/hid/hid.c index 0397028bc25..47f450d2ee9 100644 --- a/reactos/dll/win32/hid/hid.c +++ b/reactos/dll/win32/hid/hid.c @@ -25,8 +25,12 @@ * UPDATE HISTORY: * 07/12/2004 Created */ + #include "precomp.h" +#define NDEBUG +#include + HINSTANCE hDllInstance; /* device interface GUID for HIDClass devices */ diff --git a/reactos/dll/win32/hid/precomp.h b/reactos/dll/win32/hid/precomp.h index 770d39df1fb..a9d6b1dcacc 100644 --- a/reactos/dll/win32/hid/precomp.h +++ b/reactos/dll/win32/hid/precomp.h @@ -2,7 +2,6 @@ #define WIN32_NO_STATUS #include #include -#include #define NTOS_MODE_USER #include diff --git a/reactos/dll/win32/hid/stubs.c b/reactos/dll/win32/hid/stubs.c index f6f568aa121..b086ac877ae 100644 --- a/reactos/dll/win32/hid/stubs.c +++ b/reactos/dll/win32/hid/stubs.c @@ -8,8 +8,12 @@ * UPDATE HISTORY: * 07/12/2004 Created */ + #include "precomp.h" +#define NDEBUG +#include + /* * @unimplemented */