Ignore:
Timestamp:
Sep 18, 2010, 5:27:16 PM (15 years ago)
Author:
dmik
Message:

Fixed ntdll build break by gcc4 by fixing DUMMYUNIONNAME/DUMMYSTRUCTNAME macros.

File:
1 edited

Legend:

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

    r8794 r21447  
    175175                GetNormalAndSelectedIcons(lptvid->lpifq, &tvi);
    176176
    177                 tvins.DUMMYUNIONNAME.item        = tvi;
     177                tvins.DUMMYUNIONNAME_DOT item = tvi;
    178178                tvins.hInsertAfter = hPrev;
    179179                tvins.hParent      = hParent;
Note: See TracChangeset for help on using the changeset viewer.