- Timestamp:
- Mar 27, 2000, 11:46:20 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shlwapi/shlwapi.def
r2585 r3253 1 ; $Id: shlwapi.def,v 1. 7 2000-01-31 22:50:51 phallerExp $1 ; $Id: shlwapi.def,v 1.8 2000-03-27 21:46:20 sandervl Exp $ 2 2 3 3 LIBRARY SHLWAPI INITINSTANCE TERMINSTANCE … … 177 177 ; 168 stub IntlStrEqWorkerW 178 178 179 ; PathAddBackslashA 180 ; PathAddBackslashW 179 ; PathAddBackslashA = SHELL32.PathAddBackslashA 180 ; PathAddBackslashW = SHELL32.PathAddBackslashW 181 181 182 182 ; 171 stub PathAddExtensionA … … 202 202 ; 191 stdcall PathFindExtensionA (ptr) PathFindExtensionA 203 203 ; 192 stdcall PathFindExtensionW (ptr) PathFindExtensionW 204 ; PathFindFileNameA 205 ; PathFindFileNameW 204 ; PathFindFileNameA = SHELL32.PathFindFilenameA 205 ; PathFindFileNameW = SHELL32.PathFindFilenameW 206 206 ; 195 stub PathFindNextComponentA 207 207 ; 196 stub PathFindNextComponentW … … 225 225 ; 214 stdcall PathIsRelativeW (ptr) PathIsRelativeW 226 226 227 ; PathIsRootA 228 ; PathIsRootW 227 ; PathIsRootA = SHELL32.PathIsRootA 228 ; PathIsRootW = SHELL32.PathIsRootW 229 229 230 230 ; 217 stub PathIsSameRootA … … 245 245 ; 232 stub PathMakeSystemFolderW 246 246 247 ; PathMatchSpecA 248 ; PathMatchSpecW 247 ; PathMatchSpecA = SHELL32.PathMatchSpecA 248 ; PathMatchSpecW = SHELL32.PathMatchSpecW 249 249 250 250 ; 235 stub PathParseIconLocationA … … 265 265 ; 248 stub PathRemoveExtensionW 266 266 267 ; PathRemoveFileSpecA 267 ; PathRemoveFileSpecA = SHELL32.PathRemoveFileSpec 268 268 269 269 ; 250 stub PathRemoveFileSpecW … … 417 417 418 418 EXPORTS 419 PathAddBackslashA = _PathAddBackslashA@4 420 PathAddBackslashW = _PathAddBackslashW@4 419 PathAddBackslashA = _PathAddBackslashA@4 @169 420 PathAddBackslashW = _PathAddBackslashW@4 @170 421 421 422 422 PathAppendA = _PathAppendA@8 @173 … … 431 431 PathFileExistsW = _PathFileExistsW@4 @190 432 432 433 PathFindFileNameA = _PathFindFilenameA@4 434 PathFindFileNameW = _PathFindFilenameW@4 433 PathFindFileNameA = _PathFindFilenameA@4 @193 434 PathFindFileNameW = _PathFindFilenameW@4 @194 435 435 436 436 PathFindOnPathA = _PathFindOnPathA@8 @197 … … 443 443 PathIsRelativeA = _PathIsRelativeA@4 @213 444 444 PathIsRelativeW = _PathIsRelativeW@4 @214 445 PathIsRootA = _PathIsRootA@4@215446 PathIsRootW = _PathIsRootW@4@216445 PathIsRootA = _PathIsRootA@4 @215 446 PathIsRootW = _PathIsRootW@4 @216 447 447 448 448 PathIsUNCA = _PathIsUNCA@4 @221 449 449 PathIsUNCW = _PathIsUNCW@4 @226 450 450 451 PathMatchSpecA = _PathMatchSpecA@8 452 PathMatchSpecW = _PathMatchSpec A@8@234451 PathMatchSpecA = _PathMatchSpecA@8 @233 452 PathMatchSpecW = _PathMatchSpecW@8 @234 453 453 PathQuoteSpacesA = _PathQuoteSpacesA@4 @237 454 454 PathQuoteSpacesW = _PathQuoteSpacesW@4 @238 455 455 456 PathRemoveBackslashA = _PathRemoveBackslashA@4 457 PathRemoveBackslashW = _PathRemoveBackslash A@4@244456 PathRemoveBackslashA = _PathRemoveBackslashA@4 @243 457 PathRemoveBackslashW = _PathRemoveBackslashW@4 @244 458 458 PathRemoveBlanksA = _PathRemoveBlanksA@4 @245 459 459 PathRemoveBlanksW = _PathRemoveBlanksW@4 @246 460 PathRemoveFileSpecA = _PathRemoveFileSpecA@4 460 PathRemoveFileSpecA = _PathRemoveFileSpecA@4 @249 461 461 462 462 PathSetDlgItemPathA = _PathSetDlgItemPathA@12 @255 … … 494 494 StrRetToBufW = _StrRetToBufW@16 @401 495 495 496
Note:
See TracChangeset
for help on using the changeset viewer.