Changeset 21810 for branches/gcc-kmk/src


Ignore:
Timestamp:
Nov 15, 2011, 12:25:34 PM (14 years ago)
Author:
dmik
Message:

kernel32: Export prefixed cdecls.

Location:
branches/gcc-kmk/src/kernel32
Files:
2 edited

Legend:

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

    r21796 r21810  
    11711171
    11721172;code memory allocation
    1173     codeHeap                   = _codeHeap                        @1272 NONAME
     1173    _codeHeap                                                     @1272 NONAME
    11741174
    11751175;fast file API's
     
    12201220    OSLibDosDevIOCtl                                              @2026 NONAME
    12211221
    1222     OSLibImSetMsgQueueProperty = _OSLibImSetMsgQueueProperty      @2029 NONAME
    1223 
    1224     fIsDBCSEnv                 = _fIsDBCSEnv                      @2103 NONAME
     1222    _OSLibImSetMsgQueueProperty           @2029 NONAME
     1223
     1224    _fIsDBCSEnv                           @2103 NONAME
    12251225
    12261226    vsnprintfW                            @2030 NONAME
     
    12421242    "_hookInit@4"                                                 @2104 NONAME
    12431243
    1244     GetDisplayCodepage         = _GetDisplayCodepage              @3000 NONAME
    1245     GetWindowsCodepage         = _GetWindowsCodepage              @3001 NONAME
     1244    _GetDisplayCodepage                                           @3000 NONAME
     1245    _GetWindowsCodepage                                           @3001 NONAME
    12461246
    12471247; ODIN debugging functions
  • branches/gcc-kmk/src/kernel32/kernel32dbg.def

    r21796 r21810  
    11721172
    11731173;code memory allocation
    1174     codeHeap                   = _codeHeap                        @1272 NONAME
     1174    _codeHeap                                                     @1272 NONAME
    11751175
    11761176;fast file API's
     
    12211221    OSLibDosDevIOCtl                                              @2026 NONAME
    12221222
    1223     OSLibImSetMsgQueueProperty = _OSLibImSetMsgQueueProperty      @2029 NONAME
    1224 
    1225     fIsDBCSEnv                 = _fIsDBCSEnv                      @2103 NONAME
    1226     _hookInit@4                                                   @2104 NONAME
     1223    _OSLibImSetMsgQueueProperty           @2029 NONAME
     1224
     1225    _fIsDBCSEnv                           @2103 NONAME
     1226    _hookInit@4                           @2104 NONAME
    12271227
    12281228    vsnprintfW                            @2030 NONAME
     
    12421242    _ODIN_SetTIBSwitch@4                                          @2102 NONAME
    12431243
    1244     GetDisplayCodepage         = _GetDisplayCodepage              @3000 NONAME
    1245     GetWindowsCodepage         = _GetWindowsCodepage              @3001 NONAME
     1244    _GetDisplayCodepage                                           @3000 NONAME
     1245    _GetWindowsCodepage                                           @3001 NONAME
    12461246
    12471247; ODIN debugging functions
Note: See TracChangeset for help on using the changeset viewer.