Ignore:
Timestamp:
May 18, 2000, 11:08:38 AM (25 years ago)
Author:
sandervl
Message:

exception + enumresourcenamesa fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimgres.cpp

    r3501 r3547  
    1 /* $Id: winimgres.cpp,v 1.35 2000-05-09 18:56:10 sandervl Exp $ */
     1/* $Id: winimgres.cpp,v 1.36 2000-05-18 09:08:38 sandervl Exp $ */
    22
    33/*
     
    490490                    pszASCII = (char*)pszTmp;
    491491                }
    492                 UnicodeToAsciiN(pResDirString->NameString, pszASCII, pResDirString->Length);
     492                lstrcpynWtoA(pszASCII, pResDirString->NameString, pResDirString->Length+1);
    493493                lpszName = pszASCII;
    494494            }
Note: See TracChangeset for help on using the changeset viewer.