Changeset 19952


Ignore:
Timestamp:
Nov 13, 2002, 3:42:27 PM (22 years ago)
Author:
sandervl
Message:

compile fixes

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:29 sandervl Exp $ */
     1/* $Id: changenotify.c,v 1.8 2002-11-13 14:42:27 sandervl Exp $ */
    22/*
    33 *      shell change notification
     
    2020DEFAULT_DEBUG_CHANNEL(shell);
    2121
    22 static CRITICAL_SECTION SHELL32_ChangenotifyCS = CRITICAL_SECTION_INIT;
     22static CRITICAL_SECTION SHELL32_ChangenotifyCS = CRITICAL_SECTION_INIT("SHELL32_ChangenotifyCS");
    2323
    2424/* 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:21 sandervl Exp $ */
     1/* $Id: iconcache.c,v 1.8 2002-11-13 14:42:27 sandervl Exp $ */
    22/*
    33 *      shell icon cache (SIC)
     
    744744
    745745static HDPA             sic_hdpa = 0;
    746 static CRITICAL_SECTION SHELL32_SicCS = CRITICAL_SECTION_INIT;
     746static CRITICAL_SECTION SHELL32_SicCS = CRITICAL_SECTION_INIT("SHELL32_SicCS");
    747747
    748748/*****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.