Changeset 21910 for branches/gcc-kmk/src


Ignore:
Timestamp:
Dec 17, 2011, 11:31:58 PM (14 years ago)
Author:
dmik
Message:

Fix duplicate and missing ordinals in .DEF files.

Location:
branches/gcc-kmk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/ntdll/ntdll-vac.def

    r9731 r21910  
    10811081    wcsspn                        = _NTDLL_wcsspn                       @1045
    10821082    wcsstr                        = _NTDLL_wcsstr                       @1046
    1083     wcstok                        = _NTDLL_wcstok                       @1050
    10841083    wcstol                        = _NTDLL_wcstol                       @1047
    10851084    wcstombs                      = _NTDLL_wcstombs                     @1048
    10861085    wcstoul                       = _NTDLL_wcstoul                      @1049
     1086    wcstok                        = _NTDLL_wcstok                       @1050
    10871087
    10881088
  • branches/gcc-kmk/src/ntdll/ntdll.def

    r21879 r21910  
    10751075    wcsspn                        = _NTDLL_wcsspn                        @1045
    10761076    wcsstr                        = _NTDLL_wcsstr                        @1046
    1077     wcstok                        = _NTDLL_wcstok                        @1050
    10781077    wcstol                        = _NTDLL_wcstol                        @1047
    10791078    wcstombs                      = _NTDLL_wcstombs                      @1048
    10801079    wcstoul                       = _NTDLL_wcstoul                       @1049
    1081 
    1082     snwprintf                     = _NTDLL_snwprintf                     @1050
     1080    wcstok                        = _NTDLL_wcstok                        @1050
     1081
     1082    snwprintf                     = _NTDLL_snwprintf                     @1051
    10831083
    10841084;   Not found in NTDLL-SP6:
  • branches/gcc-kmk/src/wow32/wow32.def

    r21900 r21910  
    1010
    1111EXPORTS
    12     WOWHandle16                = "_WOWHandle16@8"
     12    WOWHandle16                = "_WOWHandle16@8" @1
    1313
    1414; 1 forward WOWGetDescriptor kernel32.K32WOWGetDescriptor
Note: See TracChangeset for help on using the changeset viewer.