mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[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:
@@ -4,9 +4,6 @@
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
extern char WatchdogPeHeader;
|
||||
void Fixup_WatchdogPeHeader(void);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
DriverEntry (
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user