Changeset 6378 for trunk/src


Ignore:
Timestamp:
Jul 21, 2001, 10:47:45 AM (24 years ago)
Author:
sandervl
Message:

wine resync

Location:
trunk/src/NTDLL
Files:
2 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/makefile

    r6372 r6378  
    1 # $Id: makefile,v 1.29 2001-07-20 15:39:46 sandervl Exp $
     1# $Id: makefile,v 1.30 2001-07-21 08:47:27 sandervl Exp $
    22
    33#
     
    2626$(OBJDIR)\rtl.obj \
    2727$(OBJDIR)\rtlstr.obj \
     28$(OBJDIR)\wcstring.obj \
    2829$(OBJDIR)\sec.obj \
    2930$(OBJDIR)\sync.obj \
  • trunk/src/NTDLL/ntdll.def

    r6372 r6378  
    1 ; $Id: ntdll.def,v 1.39 2001-07-20 15:39:47 sandervl Exp $
     1; $Id: ntdll.def,v 1.40 2001-07-21 08:47:27 sandervl Exp $
    22
    33;
     
    988988;    _ultow                        = _MSVCRT__ultow                         @968
    989989    _vsnprintf                    = _CRTDLL__vsnprintf                  @969
    990     _wcsicmp                      = _CRTDLL__wcsicmp                    @970
    991     _wcslwr                       = _CRTDLL__wcslwr                     @971
    992     _wcsnicmp                     = _CRTDLL__wcsnicmp                   @972
    993     _wcsupr                       = _CRTDLL__wcsupr                     @973
    994     _wtoi                         = _CRTDLL__wtoi                       @974
     990    _wcsicmp                      = _NTDLL__wcsicmp                     @970
     991    _wcslwr                       = _NTDLL__wcslwr                      @971
     992    _wcsnicmp                     = _NTDLL__wcsnicmp                    @972
     993    _wcsupr                       = _NTDLL__wcsupr                      @973
     994    _wtoi                         = __wtoi                              @974
    995995;    _wtoi64                    = _MSVCRT__wtoi64               @975
    996     _wtol                         = _CRTDLL__wtol                       @976
     996    _wtol                         = __wtol                              @976
    997997    abs                           = _CRTDLL_abs                         @977
    998998    atan                          = _CRTDLL_atan                        @978
     
    10131013    isspace                       = _CRTDLL_isspace                     @993
    10141014    isupper                       = _CRTDLL_isupper                     @994
    1015     iswalpha                      = _CRTDLL_iswalpha                    @995
    1016     iswctype                      = _CRTDLL_iswctype                    @996
     1015    iswalpha                      = _NTDLL_iswalpha                     @995
     1016    iswctype                      = _NTDLL_iswctype                     @996
    10171017    isxdigit                      = _CRTDLL_isxdigit                    @997
    10181018    labs                          = _CRTDLL_labs                        @998
    10191019    log                           = _CRTDLL_log                         @999
    1020     mbstowcs                      = _CRTDLL_mbstowcs                    @1000
     1020    mbstowcs                      = _NTDLL_mbstowcs                     @1000
    10211021
    10221022    memchr                        = _CRTDLL_memchr                      @1001
     
    10461046    strtol                  = _CRTDLL_strtol                @1025
    10471047    strtoul                 = _CRTDLL_strtoul               @1026
    1048     swprintf                      = _CRTDLL_swprintf                    @1027
     1048    swprintf                      = _NTDLL_swprintf                     @1027
    10491049    tan                           = _CRTDLL_tan                         @1028
    10501050    tolower                       = _CRTDLL_tolower                     @1029
    10511051    toupper                       = _CRTDLL_toupper                     @1030
    1052     towlower                      = _CRTDLL_towlower                    @1031
    1053     towupper                      = _CRTDLL_towupper                    @1032
     1052    towlower                      = _NTDLL_towlower                     @1031
     1053    towupper                      = _NTDLL_towupper                     @1032
    10541054    vsprintf                      = _CRTDLL_vsprintf                    @1033
    1055     wcscat                        = _CRTDLL_wcscat                      @1034
    1056     wcschr                        = _CRTDLL_wcschr                      @1035
    1057     wcscmp                        = _CRTDLL_wcscmp                      @1036
    1058     wcscpy                        = _CRTDLL_wcscpy                      @1037
    1059     wcscspn                       = _CRTDLL_wcscspn             @1038
    1060     wcslen                        = _CRTDLL_wcslen                      @1039
    1061     wcsncat                       = _CRTDLL_wcsncat                     @1040
    1062     wcsncmp                       = _CRTDLL_wcsncmp                     @1041
    1063     wcsncpy                       = _CRTDLL_wcsncpy                     @1042
    1064     wcspbrk                       = _CRTDLL_wcspbrk                     @1043
    1065     wcsrchr                       = _CRTDLL_wcsrchr                     @1044
    1066     wcsspn                        = _CRTDLL_wcsspn                      @1045
    1067     wcsstr                        = _CRTDLL_wcsstr              @1046
    1068     wcstol                        = _CRTDLL_wcstol                      @1047
    1069     wcstombs                      = _CRTDLL_wcstombs                    @1048
     1055
     1056    wcscat                        = _NTDLL_wcscat                       @1034
     1057    wcschr                        = _NTDLL_wcschr                       @1035
     1058    wcscmp                        = _NTDLL_wcscmp                       @1036
     1059    wcscpy                        = _NTDLL_wcscpy                       @1037
     1060    wcscspn                       = _NTDLL_wcscspn                      @1038
     1061    wcslen                        = _NTDLL_wcslen                       @1039
     1062    wcsncat                       = _NTDLL_wcsncat                      @1040
     1063    wcsncmp                       = _NTDLL_wcsncmp                      @1041
     1064    wcsncpy                       = _NTDLL_wcsncpy                      @1042
     1065    wcspbrk                       = _NTDLL_wcspbrk                      @1043
     1066    wcsrchr                       = _NTDLL_wcsrchr                      @1044
     1067    wcsspn                        = _NTDLL_wcsspn                       @1045
     1068    wcsstr                        = _NTDLL_wcsstr                       @1046
     1069    wcstok                        = _NTDLL_wcstok                       @1050
     1070    wcstol                        = _NTDLL_wcstol                       @1047
     1071    wcstombs                      = _NTDLL_wcstombs                     @1048
    10701072    wcstoul                       = _CRTDLL_wcstoul                     @1049
    10711073
Note: See TracChangeset for help on using the changeset viewer.