Changeset 21307 for trunk/src/kernel32


Ignore:
Timestamp:
Jun 18, 2009, 6:26:48 PM (16 years ago)
Author:
ydario
Message:

Support gcc 4.x for ntdll

Location:
trunk/src/kernel32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/KERNEL32.DEF

    r21302 r21307  
    11901190    CPUFeatures                                                   @2005 NONAME
    11911191
    1192     wctype_table                                                  @2006 NONAME
    1193     casemap_upper                                                 @2007 NONAME
    1194     casemap_lower                                     @2008 NONAME
     1192    _wctype_table                                                 @2006 NONAME
     1193    _casemap_upper                                                @2007 NONAME
     1194    _casemap_lower                                                @2008 NONAME
    11951195
    11961196; @@PF this exports were cut-out as a result of migration to new unicode
     
    12171217
    12181218    OSLibDosDevIOCtl                                              @2026 NONAME
     1219
     1220    OSLibImSetMsgQueueProperty                                    @2029 NONAME
    12191221
    12201222    fIsDBCSEnv                                                    @2103 NONAME
  • trunk/src/kernel32/kernel32dbg.def

    r21302 r21307  
    11901190    CPUFeatures                                                   @2005 NONAME
    11911191
    1192     wctype_table                                                  @2006 NONAME
    1193     casemap_upper                                                 @2007 NONAME
    1194     casemap_lower                                     @2008 NONAME
     1192    _wctype_table                                                 @2006 NONAME
     1193    _casemap_upper                                                @2007 NONAME
     1194    _casemap_lower                                                @2008 NONAME
    11951195
    11961196; @@PF this exports were cut-out as a result of migration to new unicode
Note: See TracChangeset for help on using the changeset viewer.