Ignore:
Timestamp:
Aug 18, 1999, 8:44:27 PM (26 years ago)
Author:
phaller
Message:

Add: RtlUpcaseUnicodeStringToOemString added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/rtlstr.cpp

    r552 r553  
    1 /* $Id: rtlstr.cpp,v 1.5 1999-08-18 18:43:54 phaller Exp $ */
     1/* $Id: rtlstr.cpp,v 1.6 1999-08-18 18:44:27 phaller Exp $ */
    22
    33/*
     
    477477
    478478  /* len is in bytes */
    479 #if 0
    480479  for (i = 0;
    481480       i < len/2;
    482481       i++)
    483482    s[i] = towupper(t[i]);
    484 #endif
     483
    485484  return STATUS_SUCCESS;
    486485}
Note: See TracChangeset for help on using the changeset viewer.