- Timestamp:
- Oct 24, 2003, 2:49:19 PM (22 years ago)
- Location:
- trunk/src/shlwapi
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shlwapi/dbgwrap.cpp
r8584 r10291 307 307 DEBUGWRAP8(StrChrIW) 308 308 DEBUGWRAP8(StrChrW) 309 DEBUGWRAP8(lstrcmpiW)310 309 DEBUGWRAP12(StrCmpNA) 311 310 DEBUGWRAP12(StrCmpNIA) 312 311 DEBUGWRAP12(StrCmpNIW) 313 312 DEBUGWRAP12(StrCmpNW) 314 DEBUGWRAP8(lstrcmpW)315 DEBUGWRAP12(lstrcpynW)316 313 DEBUGWRAP8(StrCpyW) 317 314 DEBUGWRAP4(StrDupA) -
trunk/src/shlwapi/shlwapi.def
r8584 r10291 1 ; $Id: shlwapi.def,v 1.3 0 2002-06-07 08:02:19sandervl Exp $1 ; $Id: shlwapi.def,v 1.31 2003-10-24 12:49:18 sandervl Exp $ 2 2 3 3 ; updated export ordinals to NT4 SP6 version of SHLWAPI.DLL … … 184 184 _StartDocW@8 @144 NONAME 185 185 _SystemParametersInfoW@16 @145 NONAME 186 _TranslateAcceleratorW@12 @146 NONAME 186 ;;the same as _TranslateAcceleratorW@12 187 _TranslateAcceleratorA@12 @146 NONAME 187 188 _UnregisterClassW@8 @147 NONAME 188 189 _VkKeyScanW@4 @148 NONAME … … 360 361 361 362 _GetEnvironmentVariableW@12 @442 NONAME 362 _Get SystemWindowsDirectoryA@8@443 NONAME363 _Get SystemWindowsDirectoryW@8@444 NONAME363 _GetWindowsDirectoryA@8 @443 NONAME 364 _GetWindowsDirectoryW@8 @444 NONAME 364 365 ColorRGBToHLS = _ColorRGBToHLS@16 @445 365 366 -
trunk/src/shlwapi/shlwapidbg.def
r8584 r10291 1 ; $Id: shlwapidbg.def,v 1. 2 2002-06-07 08:02:19 sandervl Exp $1 ; $Id: shlwapidbg.def,v 1.3 2003-10-24 12:49:19 sandervl Exp $ 2 2 3 3 ; updated export ordinals to NT4 SP6 version of SHLWAPI.DLL … … 184 184 _StartDocW@8 @144 NONAME 185 185 _SystemParametersInfoW@16 @145 NONAME 186 _TranslateAcceleratorW@12 @146 NONAME 186 ;;the same as _TranslateAcceleratorW@12 187 _TranslateAcceleratorA@12 @146 NONAME 187 188 _UnregisterClassW@8 @147 NONAME 188 189 _VkKeyScanW@4 @148 NONAME … … 359 360 360 361 _GetEnvironmentVariableW@12 @442 NONAME 361 _Get SystemWindowsDirectoryA@8@443 NONAME362 _Get SystemWindowsDirectoryW@8@444 NONAME362 _GetWindowsDirectoryA@8 @443 NONAME 363 _GetWindowsDirectoryW@8 @444 NONAME 363 364 ColorRGBToHLS = _DbgColorRGBToHLS@16 @445 364 365
Note:
See TracChangeset
for help on using the changeset viewer.