[WATCHDOG] Remove some obsolete stuff.

[DXAPI] Add a comment.
[WIN32K] Fix a warning in release builds.

svn path=/trunk/; revision=60954
This commit is contained in:
Timo Kreuzer
2013-11-11 20:25:16 +00:00
parent 579f7d52f2
commit 2662feed4e
3 changed files with 2 additions and 4 deletions
@@ -4,9 +4,6 @@
#define NDEBUG
#include <debug.h>
extern char WatchdogPeHeader;
void Fixup_WatchdogPeHeader(void);
NTSTATUS
NTAPI
DriverEntry (
+1 -1
View File
@@ -12,7 +12,7 @@
#include "dxapi_driver.h"
#define NDEBU
#define NDEBU /* debug prints are enabled, add a G at the end to disable it ;-) */
#include <debug.h>
NTSTATUS NTAPI
+1
View File
@@ -39,6 +39,7 @@ UserDerefObjectCo(PVOID obj)
PTHREADINFO W32Thread;
PSINGLE_LIST_ENTRY ReferenceEntry;
PUSER_REFERENCE_ENTRY UserReferenceEntry;
UNREFERENCED_LOCAL_VARIABLE(UserReferenceEntry);
ASSERT(obj != NULL);
W32Thread = PsGetCurrentThreadWin32Thread();