Build ntdll with -DSTRICT.

diff --git a/scheduler/syslevel.c b/scheduler/syslevel.c
index 5533c82..e5c121f 100644
--- a/scheduler/syslevel.c
+++ b/scheduler/syslevel.c
@@ -70,7 +70,7 @@
     InitializeCriticalSection( &lock->crst );
     lock->level = level;
 
-    TRACE("(%p, %d): handle is %d\n",
+    TRACE("(%p, %d): handle is %p\n",
                   lock, level, lock->crst.LockSemaphore );
 }