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

compile fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/iconcache.c

    r8614 r9408  
    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.