Changeset 21307 for trunk/src/kernel32
- Timestamp:
- Jun 18, 2009, 6:26:48 PM (16 years ago)
- Location:
- trunk/src/kernel32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/KERNEL32.DEF
r21302 r21307 1190 1190 CPUFeatures @2005 NONAME 1191 1191 1192 wctype_table@2006 NONAME1193 casemap_upper@2007 NONAME1194 casemap_lower@2008 NONAME1192 _wctype_table @2006 NONAME 1193 _casemap_upper @2007 NONAME 1194 _casemap_lower @2008 NONAME 1195 1195 1196 1196 ; @@PF this exports were cut-out as a result of migration to new unicode … … 1217 1217 1218 1218 OSLibDosDevIOCtl @2026 NONAME 1219 1220 OSLibImSetMsgQueueProperty @2029 NONAME 1219 1221 1220 1222 fIsDBCSEnv @2103 NONAME -
trunk/src/kernel32/kernel32dbg.def
r21302 r21307 1190 1190 CPUFeatures @2005 NONAME 1191 1191 1192 wctype_table@2006 NONAME1193 casemap_upper@2007 NONAME1194 casemap_lower@2008 NONAME1192 _wctype_table @2006 NONAME 1193 _casemap_upper @2007 NONAME 1194 _casemap_lower @2008 NONAME 1195 1195 1196 1196 ; @@PF this exports were cut-out as a result of migration to new unicode
Note:
See TracChangeset
for help on using the changeset viewer.