Changeset 7253 for trunk/src


Ignore:
Timestamp:
Oct 29, 2001, 3:26:38 AM (24 years ago)
Author:
bird
Message:

enabled _ultow and RtlIntegerToUnicodeString.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/ntdll.def

    r6378 r7253  
    1 ; $Id: ntdll.def,v 1.40 2001-07-21 08:47:27 sandervl Exp $
     1; $Id: ntdll.def,v 1.41 2001-10-29 02:26:38 bird Exp $
    22
    33;
     
    466466    RtlInitializeSid              = _RtlInitializeSid@12                @450
    467467;   RtlInsertElementGenericTable                    @451
    468     RtlIntegerToChar              = _RtlIntegerToChar@16        @452
    469 ;   RtlIntegerToUnicodeString                       @453
     468    RtlIntegerToChar              = _RtlIntegerToChar@16                @452
     469    RtlIntegerToUnicodeString     = _RtlIntegerToUnicodeString@12       @453
    470470;   RtlIsDosDeviceName_U                        @454
    471471;   RtlIsGenericTableEmpty                      @455
     
    986986    _toupper                = _CRTDLL__toupper              @966
    987987    _ultoa                        = _CRTDLL__ultoa                      @967
    988 ;    _ultow                        = _MSVCRT__ultow                         @968
     988    _ultow                        = _CRTDLL__ultow                      @968
    989989    _vsnprintf                    = _CRTDLL__vsnprintf                  @969
    990990    _wcsicmp                      = _NTDLL__wcsicmp                     @970
Note: See TracChangeset for help on using the changeset viewer.