Ignore:
Timestamp:
Dec 18, 2011, 8:12:45 PM (14 years ago)
Author:
dmik
Message:

Restore inter-line spaces removed in r21863.

This is to avoid possible conflicts during the upcoming gcc-kmk merge.

File:
1 edited

Legend:

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

    r21863 r21914  
    964964    lstrncmpA                  = _lstrncmpA@12               @785
    965965    lstrncmpW                  = _lstrncmpW@12               @786
     966
    966967    GetDiskFreeSpaceExA        = _GetDiskFreeSpaceExA@16     @871
    967968    GetDiskFreeSpaceExW        = _GetDiskFreeSpaceExW@16     @873
     969
    968970    IsProcessorFeaturePresent  = _IsProcessorFeaturePresent@4 @880
     971
    969972    GetFileAttributesExA       = _GetFileAttributesExA@12    @874
    970973    GetFileAttributesExW       = _GetFileAttributesExW@12    @875
     974
    971975    lstrncmpiA                 = _lstrncmpiA@12              @887
    972976    lstrncmpiW                 = _lstrncmpiW@12              @888
     977
    973978    lstrlenAtoW                = _lstrlenAtoW@8              @890
    974979    lstrlenWtoA                = _lstrlenWtoA@8              @891
    975980    lstrtrunc                  = _lstrtrunc@8                @892
     981
    976982    GetLongPathNameA           = _GetLongPathNameA@12        @900
    977983    GetLongPathNameW           = _GetLongPathNameW@12        @901
     984
    978985; Windows 2000, Terminal Server 4.0 SP4 functions
    979986    GetSystemWindowsDirectoryA = _GetWindowsDirectoryA@8     @902
    980987    GetSystemWindowsDirectoryW = _GetWindowsDirectoryW@8     @903
     988
    981989; Windows 2000 (and up) volume functions
    982990    FindFirstVolumeA           = _FindFirstVolumeA@8            @904
     
    985993    FindNextVolumeW            = _FindNextVolumeW@12            @907
    986994    FindVolumeClose            = _FindVolumeClose@4             @908
     995
    987996    FindFirstVolumeMountPointA = _FindFirstVolumeMountPointA@12 @909
    988997    FindFirstVolumeMountPointW = _FindFirstVolumeMountPointW@12 @910
     
    990999    FindNextVolumeMountPointW  = _FindNextVolumeMountPointW@12  @912
    9911000    FindVolumeMountPointClose  = _FindVolumeMountPointClose@4   @913
     1001
    9921002    GetVolumeNameForVolumeMountPointA = _GetVolumeNameForVolumeMountPointA@12 @914
    9931003    GetVolumeNameForVolumeMountPointW = _GetVolumeNameForVolumeMountPointW@12 @915
     1004
    9941005    GetVolumePathNameA         = _GetVolumePathNameA@12        @916
    9951006    GetVolumePathNameW         = _GetVolumePathNameW@12        @917
     
    10001011; Internal function marker
    10011012;
     1013
    10021014;
    10031015; First free ordinal is 890
    10041016;
     1017
    10051018
    10061019; ----------------------------------------------------------------------------
     
    10581071
    10591072
     1073
    10601074; ----------------------------------------------------------------------------
    10611075;   KERNEL32 / WINE support functions that do not exist in the Win32 API
    10621076;   (These starts at ordinal 1200, API have ordinal less than 1200.)
    10631077; ----------------------------------------------------------------------------
     1078
    10641079    DebugErrorBox                 = DebugErrorBox                 @1201 NONAME
    10651080    WriteLog                                                      @1202 NONAME
     
    10681083    DecreaseLogCount                                              @1273 NONAME
    10691084    IncreaseLogCount                                              @1274 NONAME
     1085
    10701086;Used by tibfix page in exe (change ordinal in pe2lx.cpp too!!)
    10711087    _RegisterPe2LxExe@12                                          @1203
    10721088    _RegisterPe2LxDll@12                                          @1209
     1089
    10731090    _CreateWin32PeLdrExe@36                                       @1236
     1091
    10741092    _RegisterLxExe@8                                              @1237
    10751093    _RegisterLxDll@24                                             @1238
     
    10771095    _RegisterDummyExe@4                                           @1249
    10781096    _IsDummyExeLoaded@0                                           @1250 NONAME
     1097
    10791098;VMutex
    10801099;;   enter__6VMutexFUlPUl                                           @1204 NONAME
     
    10821101   __ct__6VMutexFv                                                @1206 NONAME
    10831102   __dt__6VMutexFv                                                @1207 NONAME
     1103
    10841104;version functions
    10851105   CheckVersionFromHMOD = CheckVersionFromHMOD                    @1223 NONAME
    10861106   CheckVersion         = CheckVersion                            @1224 NONAME
     1107
    10871108   Win32QueryModuleName = Win32QueryModuleName                    @1225 NONAME
     1109
    10881110   GetFS               = GetFS                                    @1226 NONAME
    10891111   SetFS               = SetFS                                    @1227 NONAME
    10901112   SetReturnFS         = SetReturnFS                              @1235 NONAME
     1113
    10911114   RestoreOS2TIB        = _RestoreOS2TIB@0                        @1228 NONAME
    10921115   SetWin32TIB          = _SetWin32TIB@4                          @1229 NONAME
    10931116   RestoreOS2FS         = RestoreOS2FS                            @1230 NONAME
     1117
    10941118   ;SvL: HandleManager functions
     1119
    10951120;   HMHandleTranslateToWin__FUlPUl                                  @1234
     1121
    10961122   HMHandleAllocate__FPUlUl                                       @1231 NONAME
    10971123   HMHandleFree__FUl                                              @1232 NONAME
     
    11021128   HMHandleGetUserData__FUl                                       @1263 NONAME
    11031129   HMHandleSetUserData__FUlT1                                     @1303 NONAME
     1130
    11041131   _GetThreadTEB@0                                                @1234 NONAME
    11051132   _GetTEBFromThreadId@4                                          @1255 NONAME
    11061133   _GetTEBFromThreadHandle@4                                      @1256 NONAME
     1134
    11071135; HEAP Management (heap.cpp, heapstring.cpp)
    11081136    HEAP_xalloc                = _HEAP_xalloc@12                  @1240 NONAME
     
    11161144    HEAP_strdupA               = _HEAP_strdupA@12                 @1247 NONAME
    11171145    HEAP_strdupW               = _HEAP_strdupW@12                 @1248 NONAME
     1146
    11181147    _VIRTUAL_MapFileA@12                                          @1251 NONAME
    11191148    _VIRTUAL_MapFileW@12                                          @1252 NONAME
     1149
    11201150    OS2SetExceptionHandler                                        @1253 NONAME
    11211151    OS2UnsetExceptionHandler                                      @1254 NONAME
     1152
    11221153; -------------------
    11231154; Odin ini management
    11241155; -------------------
     1156
    11251157    _PROFILE_GetOdinIniString@20                                  @1264 NONAME
    11261158    _PROFILE_SetOdinIniString@12                                  @1265 NONAME
     
    11301162    _PROFILE_SetOdinIniBool@12                                    @1269 NONAME
    11311163    _PROFILE_SaveOdinIni@0                                        @1270 NONAME
     1164
    11321165;shared memory allocation
    11331166    _smalloc                                                      @1271 NONAME
     
    11381171    _debug_smallocfill                                            @1279 NONAME
    11391172    _debug_sfree                                                  @1280 NONAME
     1173
    11401174;code memory allocation
    11411175    codeHeap                                                      @1272 NONAME
     1176
    11421177;fast file API's
    11431178    FindFirstFileMultiA        = _FindFirstFileMultiA@12          @1290 NONAME
    11441179    FindNextFileMultiA         = _FindNextFileMultiA@12           @1291 NONAME
     1180
    11451181    _GetProcModuleFileNameA@12                                    @1295 NONAME
     1182
    11461183;Build number
    11471184    _Odin32GetBuildNumber@0                                       @1293 NONAME
     1185
    11481186    _WaitForInputIdle@8                                           @1301 NONAME
     1187
    11491188    InitializeKernel32                                            @1302 NONAME
     1189
    11501190    IsExeStarted__Fv                                              @2001 NONAME
    11511191    CheckCurFS                                                    @2002 NONAME
     
    11531193    _GetCPUFeatures                                               @2004 NONAME
    11541194    CPUFeatures                                                   @2005 NONAME
     1195
    11551196    _wctype_table                                                 @2006 NONAME
    11561197    _casemap_upper                                                @2007 NONAME
    11571198    _casemap_lower                                                @2008 NONAME
     1199
    11581200; @@PF this exports were cut-out as a result of migration to new unicode
    11591201; header 29.07.2002 and replaced by 3 new entries
     
    11611203;    _tolowerW@4                                                   @2007 NONAME
    11621204;    get_char_typeW                                                @2008 NONAME
     1205
    11631206    _GetProcessTIBSel@0                                           @2012 NONAME
     1207
    11641208    _SetRegistryRootKey@8                                         @2013 NONAME
    11651209    _SetCustomBuildName@8                                         @2014 NONAME
    11661210    _RegisterCustomDriver@36                                      @2015 NONAME
     1211
    11671212    strcmpiW                                                      @2020 NONAME
    11681213    strstrW                                                       @2021 NONAME
     
    11701215    strtolW                                                       @2027 NONAME
    11711216    strtoulW                                                      @2028 NONAME
     1217
    11721218    cp_wcstombs                                                   @2023 NONAME
    11731219    cp_mbstowcs                                                   @2024 NONAME
    11741220    cp_get_table                                                  @2025 NONAME
     1221
    11751222    OSLibDosDevIOCtl                                              @2026 NONAME
     1223
    11761224    OSLibImSetMsgQueueProperty                                    @2029 NONAME
     1225
    11771226    fIsDBCSEnv                                                    @2103 NONAME
     1227
    11781228    vsnprintfW                            @2030 NONAME
    11791229    snprintfW                             @2031 NONAME
    11801230    sprintfW                              @2032 NONAME
     1231
    11811232    __argcA                               @2033 NONAME
    11821233    __argvA                               @2034 NONAME
     
    11871238; override export
    11881239    _ODIN_SetProcAddress@12                                       @2101 NONAME
     1240
    11891241; override TIB switching
    11901242    _ODIN_SetTIBSwitch@4                                          @2102 NONAME
     1243
    11911244    _hookInit@4                                                   @2104 NONAME
     1245
    11921246    GetDisplayCodepage                                            @3000 NONAME
    11931247    GetWindowsCodepage                                            @3001 NONAME
     1248
    11941249; ODIN debugging functions
    11951250    _dbg_GetThreadCallDepth@0                                     @3100 NONAME
     
    12021257    _dbg_ThreadPushCall@4                                         @3107 NONAME
    12031258    _dbg_ThreadPopCall@0                                          @3108 NONAME
     1259
    12041260    _ODIN_QueryLoaders@24                                         @3109 NONAME
    12051261    _ODIN_IsWin32App@4                                            @3110 NONAME
     1262
    12061263    _OSLibWinCreateObject@32                                      @3111 NONAME
     1264
    12071265    _MMAP_RegisterMemoryRange@16                                  @3112 NONAME
    12081266    _MMAP_UnregisterMemoryRange@4                                 @3113 NONAME
     1267
    12091268    _ODIN_SetExceptionHandler@4                                   @3114 NONAME
    12101269    _ODIN_UnsetExceptionHandler@4                                 @3115 NONAME
     1270
    12111271    _PSAPI_EnumProcessModules@16                                  @3116 NONAME
    12121272    _PSAPI_GetModuleInformation@16                                @3117 NONAME
     1273
    12131274    _ODIN_SetProcessDword@12                                      @3118 NONAME
     1275
    12141276; required for Mozilla plugin
     1277
    12151278    _ODIN_ThreadEnterOdinContext@8 = _ODIN_ThreadEnterOdinContext@8 @3119
    12161279    _ODIN_ThreadLeaveOdinContext@8 = _ODIN_ThreadLeaveOdinContext@8 @3120
    12171280    _ODIN_ThreadLeaveOdinContextNested@8 = _ODIN_ThreadLeaveOdinContextNested@8 @3121
    12181281    _ODIN_ThreadEnterOdinContextNested@12 = _ODIN_ThreadEnterOdinContextNested@12 @3122
     1282
    12191283; Char functions (forwarders from user32)
    12201284    _CharLowerA@4                                                 @3127 NONAME
     
    12501314    _IsCharUpperA@4                                               @3159 NONAME
    12511315    _IsCharUpperW@4                                               @3160 NONAME
     1316
    12521317    SetFilePointerEx            = _SetFilePointerEx@20               @3161
    12531318    SetWaitableTimer            = _SetWaitableTimer@24               @3162
    1254     GetUserDefaultUILanguage   = "_GetUserDefaultUILanguage@0"      @3163
     1319
    12551320; NTDLL forwarder
    1256     VerSetConditionMask        = "_VerSetConditionMask@16"        @3164
    1257     VerifyVersionInfoW         = "_VerifyVersionInfoW@16"         @3165
     1321    VerSetConditionMask        = "_VerSetConditionMask@16"           @3163
     1322
     1323    VerifyVersionInfoW         = "_VerifyVersionInfoW@16"            @3164
     1324    GetUserDefaultUILanguage   = "_GetUserDefaultUILanguage@0"       @3165
    12581325
    12591326; RAS functions
     
    12871354    RasCountObjects             = _RasCountObjects@12                @3527
    12881355    RasGetTrackHandle           = _RasGetTrackHandle@4               @3528
     1356
    12891357    DecodePointer              = _DecodePointer@4                 @3529 NONAME
    12901358    EncodePointer              = _EncodePointer@4                 @3530 NONAME
     
    12931361    ___seh_handler                                                @3600 NONAME
    12941362    _EnableSEH@0                                                  @3601 NONAME
    1295 
    12961363   
Note: See TracChangeset for help on using the changeset viewer.