Ignore:
Timestamp:
Jan 6, 2000, 9:07:10 PM (26 years ago)
Author:
sandervl
Message:

some updates/minor changes

File:
1 edited

Legend:

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

    r2213 r2345  
    1 /* $Id: unicode.cpp,v 1.20 1999-12-27 18:42:25 sandervl Exp $ */
     1/* $Id: unicode.cpp,v 1.21 2000-01-06 20:07:10 sandervl Exp $ */
    22
    33/*
     
    374374
    375375    uni_chars_left = in_bytes_left; //elements
    376     dprintf(("KERNEL32: AsciiToUnicode %d\n", in_bytes_left));
     376    dprintf2(("KERNEL32: AsciiToUnicode %d\n", in_bytes_left));
    377377
    378378    rc = UniUconvToUcs( uconv_object,
Note: See TracChangeset for help on using the changeset viewer.