Changeset 21914 for trunk/src


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.

Location:
trunk/src/kernel32
Files:
2 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   
  • trunk/src/kernel32/kernel32dbg.def

    r21863 r21914  
    965965    lstrncmpA                  = _DbglstrncmpA@12               @785
    966966    lstrncmpW                  = _DbglstrncmpW@12               @786
     967
    967968    GetDiskFreeSpaceExA        = _DbgGetDiskFreeSpaceExA@16     @871
    968969    GetDiskFreeSpaceExW        = _DbgGetDiskFreeSpaceExW@16     @873
     970
    969971    IsProcessorFeaturePresent  = _DbgIsProcessorFeaturePresent@4 @880
     972
    970973    GetFileAttributesExA       = _DbgGetFileAttributesExA@12    @874
    971974    GetFileAttributesExW       = _DbgGetFileAttributesExW@12    @875
     975
    972976    lstrncmpiA                 = _DbglstrncmpiA@12              @887
    973977    lstrncmpiW                 = _DbglstrncmpiW@12              @888
     978
    974979    lstrlenAtoW                = _DbglstrlenAtoW@8              @890
    975980    lstrlenWtoA                = _DbglstrlenWtoA@8              @891
    976981    lstrtrunc                  = _Dbglstrtrunc@8                @892
     982
    977983    GetLongPathNameA           = _DbgGetLongPathNameA@12        @900
    978984    GetLongPathNameW           = _DbgGetLongPathNameW@12        @901
     985
    979986; Windows 2000, Terminal Server 4.0 SP4 functions
    980987    GetSystemWindowsDirectoryA = _DbgGetWindowsDirectoryA@8     @902
    981988    GetSystemWindowsDirectoryW = _DbgGetWindowsDirectoryW@8     @903
     989
    982990; Windows 2000 (and up) volume functions
    983991    FindFirstVolumeA           = _DbgFindFirstVolumeA@8            @904
     
    986994    FindNextVolumeW            = _DbgFindNextVolumeW@12            @907
    987995    FindVolumeClose            = _DbgFindVolumeClose@4             @908
     996
    988997    FindFirstVolumeMountPointA = _DbgFindFirstVolumeMountPointA@12 @909
    989998    FindFirstVolumeMountPointW = _DbgFindFirstVolumeMountPointW@12 @910
     
    9911000    FindNextVolumeMountPointW  = _DbgFindNextVolumeMountPointW@12  @912
    9921001    FindVolumeMountPointClose  = _DbgFindVolumeMountPointClose@4   @913
     1002
    9931003    GetVolumeNameForVolumeMountPointA = _DbgGetVolumeNameForVolumeMountPointA@12 @914
    9941004    GetVolumeNameForVolumeMountPointW = _DbgGetVolumeNameForVolumeMountPointW@12 @915
     1005
    9951006    GetVolumePathNameA         = _DbgGetVolumePathNameA@12     @916
    9961007    GetVolumePathNameW         = _DbgGetVolumePathNameW@12     @917
     
    10011012; Internal function marker
    10021013;
     1014
    10031015;
    10041016; First free ordinal is 890
    10051017;
     1018
    10061019
    10071020; ----------------------------------------------------------------------------
     
    10591072
    10601073
     1074
    10611075; ----------------------------------------------------------------------------
    10621076;   KERNEL32 / WINE support functions that do not exist in the Win32 API
    10631077;   (These starts at ordinal 1200, API have ordinal less than 1200.)
    10641078; ----------------------------------------------------------------------------
     1079
    10651080    DebugErrorBox                 = DebugErrorBox                 @1201 NONAME
    10661081    WriteLog                                                      @1202 NONAME
     
    10691084    DecreaseLogCount                                              @1273 NONAME
    10701085    IncreaseLogCount                                              @1274 NONAME
     1086
    10711087;Used by tibfix page in exe (change ordinal in pe2lx.cpp too!!)
    10721088    _RegisterPe2LxExe@12                                          @1203
    10731089    _RegisterPe2LxDll@12                                          @1209
     1090
    10741091    _CreateWin32PeLdrExe@36                                       @1236
     1092
    10751093    _RegisterLxExe@8                                              @1237
    10761094    _RegisterLxDll@24                                             @1238
     
    10781096    _RegisterDummyExe@4                                           @1249
    10791097    _IsDummyExeLoaded@0                                           @1250 NONAME
     1098
    10801099;VMutex
    10811100;;   enter__6VMutexFUlPUl                                           @1204 NONAME
     
    10831102   __ct__6VMutexFv                                                @1206 NONAME
    10841103   __dt__6VMutexFv                                                @1207 NONAME
     1104
    10851105;version functions
    10861106   CheckVersionFromHMOD = CheckVersionFromHMOD                    @1223 NONAME
    10871107   CheckVersion         = CheckVersion                            @1224 NONAME
     1108
    10881109   Win32QueryModuleName = Win32QueryModuleName                    @1225 NONAME
     1110
    10891111   GetFS               = GetFS                                    @1226 NONAME
    10901112   SetFS               = SetFS                                    @1227 NONAME
    10911113   SetReturnFS         = SetReturnFS                              @1235 NONAME
     1114
    10921115   RestoreOS2TIB        = _RestoreOS2TIB@0                        @1228 NONAME
    10931116   SetWin32TIB          = _SetWin32TIB@4                          @1229 NONAME
    10941117   RestoreOS2FS         = RestoreOS2FS                            @1230 NONAME
     1118
    10951119   ;SvL: HandleManager functions
     1120
    10961121;   HMHandleTranslateToWin__FUlPUl                                  @1234
     1122
    10971123   HMHandleAllocate__FPUlUl                                       @1231 NONAME
    10981124   HMHandleFree__FUl                                              @1232 NONAME
     
    11031129   HMHandleGetUserData__FUl                                       @1263 NONAME
    11041130   HMHandleSetUserData__FUlT1                                     @1303 NONAME
     1131
    11051132   _GetThreadTEB@0                                                @1234 NONAME
    11061133   _GetTEBFromThreadId@4                                          @1255 NONAME
    11071134   _GetTEBFromThreadHandle@4                                      @1256 NONAME
     1135
    11081136; HEAP Management (heap.cpp, heapstring.cpp)
    11091137    HEAP_xalloc                = _DbgHEAP_xalloc@12                  @1240 NONAME
     
    11171145    HEAP_strdupA               = _DbgHEAP_strdupA@12                 @1247 NONAME
    11181146    HEAP_strdupW               = _DbgHEAP_strdupW@12                 @1248 NONAME
     1147
    11191148    _VIRTUAL_MapFileA@12                                          @1251 NONAME
    11201149    _VIRTUAL_MapFileW@12                                          @1252 NONAME
     1150
    11211151    OS2SetExceptionHandler                                        @1253 NONAME
    11221152    OS2UnsetExceptionHandler                                      @1254 NONAME
     1153
    11231154; -------------------
    11241155; Odin ini management
    11251156; -------------------
     1157
    11261158    _PROFILE_GetOdinIniString@20                                  @1264 NONAME
    11271159    _PROFILE_SetOdinIniString@12                                  @1265 NONAME
     
    11311163    _PROFILE_SetOdinIniBool@12                                    @1269 NONAME
    11321164    _PROFILE_SaveOdinIni@0                                        @1270 NONAME
     1165
    11331166;shared memory allocation
    11341167    _smalloc                                                      @1271 NONAME
     
    11391172    _debug_smallocfill                                            @1279 NONAME
    11401173    _debug_sfree                                                  @1280 NONAME
     1174
    11411175;code memory allocation
    11421176    codeHeap                                                      @1272 NONAME
     1177
    11431178;fast file API's
    11441179    FindFirstFileMultiA        = _FindFirstFileMultiA@12          @1290 NONAME
    11451180    FindNextFileMultiA         = _FindNextFileMultiA@12           @1291 NONAME
     1181
    11461182    _GetProcModuleFileNameA@12                                    @1295 NONAME
     1183
    11471184;Build number
    11481185    _Odin32GetBuildNumber@0                                       @1293 NONAME
     1186
    11491187    _WaitForInputIdle@8                                           @1301 NONAME
     1188
    11501189    InitializeKernel32                                            @1302 NONAME
     1190
    11511191    IsExeStarted__Fv                                              @2001 NONAME
    11521192    CheckCurFS                                                    @2002 NONAME
     
    11541194    _GetCPUFeatures                                               @2004 NONAME
    11551195    CPUFeatures                                                   @2005 NONAME
     1196
    11561197    _wctype_table                                                 @2006 NONAME
    11571198    _casemap_upper                                                @2007 NONAME
    11581199    _casemap_lower                                                @2008 NONAME
     1200
    11591201; @@PF this exports were cut-out as a result of migration to new unicode
    11601202; header 29.07.2002 and replaced by 3 new entries
     
    11621204;    _tolowerW@4                                                   @2007 NONAME
    11631205;    get_char_typeW                                                @2008 NONAME
     1206
    11641207    _GetProcessTIBSel@0                                           @2012 NONAME
     1208
    11651209    _SetRegistryRootKey@8                                         @2013 NONAME
    11661210    _SetCustomBuildName@8                                         @2014 NONAME
    11671211    _RegisterCustomDriver@36                                      @2015 NONAME
     1212
    11681213    strcmpiW                                                      @2020 NONAME
    11691214    strstrW                                                       @2021 NONAME
     
    11711216    strtolW                                                       @2027 NONAME
    11721217    strtoulW                                                      @2028 NONAME
     1218
    11731219    cp_wcstombs                                                   @2023 NONAME
    11741220    cp_mbstowcs                                                   @2024 NONAME
    11751221    cp_get_table                                                  @2025 NONAME
     1222
    11761223    OSLibDosDevIOCtl                                              @2026 NONAME
     1224
    11771225    OSLibImSetMsgQueueProperty                                    @2029 NONAME
     1226
    11781227    fIsDBCSEnv                                                    @2103 NONAME
    11791228    _hookInit@4                                                   @2104 NONAME
     1229
    11801230    vsnprintfW                            @2030 NONAME
    11811231    snprintfW                             @2031 NONAME
    11821232    sprintfW                              @2032 NONAME
     1233
    11831234    __argcA                               @2033 NONAME
    11841235    __argvA                               @2034 NONAME
    11851236    _CommandLineToArgvW@8                 @2035 NONAME
     1237
    11861238; custom dll hook installer
    11871239    _ODIN_SetDllLoadCallback@4                                    @2100 NONAME
    11881240; override export
    11891241    _ODIN_SetProcAddress@12                                       @2101 NONAME
     1242
    11901243; override TIB switching
    11911244    _ODIN_SetTIBSwitch@4                                          @2102 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    _DbgCharLowerA@4                                                 @3127 NONAME
     
    12511315    _DbgIsCharUpperW@4                                               @3160 NONAME
    12521316    SetFilePointerEx            = _SetFilePointerEx@20               @3161
    1253     SetWaitableTimer = _SetWaitableTimer@24                          @3162
    1254     GetUserDefaultUILanguage   = "_GetUserDefaultUILanguage@0"      @3163
     1317    SetWaitableTimer = _SetWaitableTimer@24                          @3162   
     1318
    12551319; NTDLL forwarder
    1256     VerSetConditionMask        = "_VerSetConditionMask@16"        @3164
    1257     VerifyVersionInfoW         = "_VerifyVersionInfoW@16"         @3165
    1258  
     1320    VerSetConditionMask        = "_VerSetConditionMask@16"           @3163
     1321
     1322    VerifyVersionInfoW         = "_VerifyVersionInfoW@16"            @3164
     1323    GetUserDefaultUILanguage   = "_GetUserDefaultUILanguage@0"       @3165
     1324
    12591325; RAS functions
    12601326    RasRegisterObjectTracking   = _RasRegisterObjectTracking@24      @3500
     
    12871353    RasCountObjects             = _RasCountObjects@12                @3527
    12881354    RasGetTrackHandle           = _RasGetTrackHandle@4               @3528
     1355
    12891356    DecodePointer              = _DecodePointer@4                 @3529 NONAME
    12901357    EncodePointer              = _EncodePointer@4                 @3530 NONAME
Note: See TracChangeset for help on using the changeset viewer.