Changeset 19952
- Timestamp:
- Nov 13, 2002, 3:42:27 PM (22 years ago)
- Location:
- tags/trunk/src/shell32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/shell32/changenotify.c ¶
r19319 r19952 1 /* $Id: changenotify.c,v 1. 7 2002-06-26 06:55:29sandervl Exp $ */1 /* $Id: changenotify.c,v 1.8 2002-11-13 14:42:27 sandervl Exp $ */ 2 2 /* 3 3 * shell change notification … … 20 20 DEFAULT_DEBUG_CHANNEL(shell); 21 21 22 static CRITICAL_SECTION SHELL32_ChangenotifyCS = CRITICAL_SECTION_INIT ;22 static CRITICAL_SECTION SHELL32_ChangenotifyCS = CRITICAL_SECTION_INIT("SHELL32_ChangenotifyCS"); 23 23 24 24 /* internal list of notification clients (internal) */ -
TabularUnified tags/trunk/src/shell32/iconcache.c ¶
r19166 r19952 1 /* $Id: iconcache.c,v 1. 7 2002-06-09 12:41:21sandervl Exp $ */1 /* $Id: iconcache.c,v 1.8 2002-11-13 14:42:27 sandervl Exp $ */ 2 2 /* 3 3 * shell icon cache (SIC) … … 744 744 745 745 static HDPA sic_hdpa = 0; 746 static CRITICAL_SECTION SHELL32_SicCS = CRITICAL_SECTION_INIT;746 static CRITICAL_SECTION SHELL32_SicCS = CRITICAL_SECTION_INIT("SHELL32_SicCS"); 747 747 748 748 /*****************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.