commit | 301df6b5cd6dec63a8b88f2cb53f93f67e144adb | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Aug 16 18:12:56 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Aug 16 18:12:56 2001 +0000 |
tree | 54420d9b386c76f5ba68587ba3f81b09267d967c | |
parent | 06abe790376e2d8d53c12102e3cb9cf8549e1166 [diff] [blame] |
Added names to standard critical sections (suggested by Andreas Mohr).
diff --git a/dlls/ntdll/rtl.c b/dlls/ntdll/rtl.c index 4b8d6a2..12583df 100644 --- a/dlls/ntdll/rtl.c +++ b/dlls/ntdll/rtl.c
@@ -21,7 +21,7 @@ DEFAULT_DEBUG_CHANNEL(ntdll); -static RTL_CRITICAL_SECTION peb_lock = CRITICAL_SECTION_INIT; +static RTL_CRITICAL_SECTION peb_lock = CRITICAL_SECTION_INIT("peb_lock"); /* * resource functions