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/windows/cursoricon.c b/windows/cursoricon.c index 9367042..88a8ace 100644 --- a/windows/cursoricon.c +++ b/windows/cursoricon.c
@@ -78,7 +78,7 @@ } ICONCACHE; static ICONCACHE *IconAnchor = NULL; -static CRITICAL_SECTION IconCrst = CRITICAL_SECTION_INIT; +static CRITICAL_SECTION IconCrst = CRITICAL_SECTION_INIT("IconCrst"); static WORD ICON_HOTSPOT = 0x4242;