Changeset 21910 for branches/gcc-kmk/src
- Timestamp:
- Dec 17, 2011, 11:31:58 PM (14 years ago)
- Location:
- branches/gcc-kmk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/ntdll/ntdll-vac.def
r9731 r21910 1081 1081 wcsspn = _NTDLL_wcsspn @1045 1082 1082 wcsstr = _NTDLL_wcsstr @1046 1083 wcstok = _NTDLL_wcstok @10501084 1083 wcstol = _NTDLL_wcstol @1047 1085 1084 wcstombs = _NTDLL_wcstombs @1048 1086 1085 wcstoul = _NTDLL_wcstoul @1049 1086 wcstok = _NTDLL_wcstok @1050 1087 1087 1088 1088 -
branches/gcc-kmk/src/ntdll/ntdll.def
r21879 r21910 1075 1075 wcsspn = _NTDLL_wcsspn @1045 1076 1076 wcsstr = _NTDLL_wcsstr @1046 1077 wcstok = _NTDLL_wcstok @10501078 1077 wcstol = _NTDLL_wcstol @1047 1079 1078 wcstombs = _NTDLL_wcstombs @1048 1080 1079 wcstoul = _NTDLL_wcstoul @1049 1081 1082 snwprintf = _NTDLL_snwprintf @1050 1080 wcstok = _NTDLL_wcstok @1050 1081 1082 snwprintf = _NTDLL_snwprintf @1051 1083 1083 1084 1084 ; Not found in NTDLL-SP6: -
branches/gcc-kmk/src/wow32/wow32.def
r21900 r21910 10 10 11 11 EXPORTS 12 WOWHandle16 = "_WOWHandle16@8" 12 WOWHandle16 = "_WOWHandle16@8" @1 13 13 14 14 ; 1 forward WOWGetDescriptor kernel32.K32WOWGetDescriptor
Note:
See TracChangeset
for help on using the changeset viewer.