commit | ed800c69c88cb2c6489f0558f79074e961690ae0 | [log] [tgz] |
---|---|---|
author | Andrew John Hughes <hughes2002@btinternet.com> | Thu Nov 21 03:45:01 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Nov 21 03:45:01 2002 +0000 |
tree | 40c8d5e0718901c3082e0a7efb92f5c761753461 | |
parent | 82aeebd7838d618f563e7281dcfc3f6711981adc [diff] [blame] |
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 ); }