- Timestamp:
- Apr 25, 2000, 3:59:54 AM (25 years ago)
- Location:
- trunk/src/shlwapi
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shlwapi/makefile
r3031 r3444 1 # $Id: makefile,v 1.1 0 2000-03-06 23:39:09 birdExp $1 # $Id: makefile,v 1.11 2000-04-25 01:59:34 phaller Exp $ 2 2 3 3 # … … 25 25 OBJS = \ 26 26 $(OBJDIR)\shlwapi.obj \ 27 $(OBJDIR)\url.obj \ 27 28 $(OBJDIR)\shlwapirsrc.obj \ 28 29 $(PDWIN32_LIB)/dllentry.obj -
trunk/src/shlwapi/shlwapi.def
r3281 r3444 1 ; $Id: shlwapi.def,v 1. 9 2000-03-30 15:40:44 cbratschiExp $1 ; $Id: shlwapi.def,v 1.10 2000-04-25 01:59:35 phaller Exp $ 2 2 3 3 LIBRARY SHLWAPI INITINSTANCE TERMINSTANCE … … 381 381 ; 362 stub StrTrimA 382 382 ; 363 stub StrTrimW 383 ; 364 stub UrlApplySchemeA384 ; 365 stub UrlApplySchemeW385 ; 366 stub UrlCanonicalizeA386 ; 367 stub UrlCanonicalizeW387 ; 368 stub UrlCombineA388 ; 369 stub UrlCombineW389 ; 370 stub UrlCompareA390 ; 371 stub UrlCompareW391 ; 372 stub UrlCreateFromPathA392 ; 373 stub UrlCreateFromPathW393 ; 374 stub UrlEscapeA394 ; 375 stub UrlEscapeW395 ; 376 stub UrlGetLocationA396 ; 377 stub UrlGetLocationW397 ; 378 stub UrlGetPartA398 ; 379 stub UrlGetPartW399 ; 380 stub UrlHashA400 ; 381 stub UrlHashW401 ; 382 stub UrlIsA402 ; 383 stub UrlIsNoHistoryA403 ; 384 stub UrlIsNoHistoryW404 ; 385 stub UrlIsOpaqueA405 ; 386 stub UrlIsOpaqueW406 ; 387 stub UrlIsW407 ; 388 stub UrlUnescapeA408 ; 389 stub UrlUnescapeW409 383 ; 410 384 ; # exported in later versions … … 430 404 PathBuildRootW = _PathBuildRootW@8 @176 431 405 432 PathCombineA = _PathCombineA@12 @179 433 PathCombineW = _PathCombineW@12 @180 434 435 PathFileExistsA = _PathFileExistsA@4 @189 436 PathFileExistsW = _PathFileExistsW@4 @190 437 406 PathCombineA = _PathCombineA@12 @179 407 PathCombineW = _PathCombineW@12 @180 408 409 PathFileExistsA = _PathFileExistsA@4 @189 410 PathFileExistsW = _PathFileExistsW@4 @190 411 PathFindExtensionA = _PathFindExtensionA@4 @191 412 PathFindExtensionW = _PathFindExtensionW@4 @192 438 413 PathFindFileNameA = _PathFindFilenameA@4 @193 439 414 PathFindFileNameW = _PathFindFilenameW@4 @194 … … 478 453 SHGetValueA = _SHGetValueA@24 @281 479 454 SHGetValueW = _SHGetValueW@24 @282 480 481 PathFindExtensionA = _PathFindExtensionA@4 @191482 PathFindExtensionW = _PathFindExtensionW@4 @192483 455 484 456 SHRegGetBoolUSValueA = _SHRegGetBoolUSValueA@20 @301 … … 504 476 StrToIntA = _StrToIntA@4 @358 505 477 478 ; --- URL handling --- 479 UrlApplySchemeA = _UrlApplySchemeA@16 @364 480 UrlApplySchemeW = _UrlApplySchemeW@16 @365 481 UrlCanonicalizeA = _UrlCanonicalizeA@16 @366 482 UrlCanonicalizeW = _UrlCanonicalizeW@16 @367 483 UrlCombineA = _UrlCombineA@20 @368 484 UrlCombineW = _UrlCombineW@20 @369 485 UrlCompareA = _UrlCompareA@12 @370 486 UrlCompareW = _UrlCompareW@12 @371 487 UrlCreateFromPathA = _UrlCreateFromPathA@16 @372 488 UrlCreateFromPathW = _UrlCreateFromPathW@16 @373 489 UrlEscapeA = _UrlEscapeA@16 @374 490 UrlEscapeW = _UrlEscapeW@16 @375 491 UrlGetLocationA = _UrlGetLocationA@4 @376 492 UrlGetLocationW = _UrlGetLocationW@4 @377 493 UrlGetPartA = _UrlGetPartA@20 @378 494 UrlGetPartW = _UrlGetPartW@20 @379 495 UrlHashA = _UrlHashA@12 @380 496 UrlHashW = _UrlHashW@12 @381 497 UrlIsA = _UrlIsA@8 @382 498 UrlIsNoHistoryA = _UrlIsNoHistoryA@4 @383 499 UrlIsNoHistoryW = _UrlIsNoHistoryW@4 @384 500 UrlIsOpaqueA = _UrlIsOpaqueA@4 @385 501 UrlIsOpaqueW = _UrlIsOpaqueW@4 @386 502 UrlIsW = _UrlIsW@8 @387 503 UrlUnescapeA = _UrlUnescapeA@16 @388 504 UrlUnescapeW = _UrlUnescapeW@16 @389 505 506 506 StrRetToBufA = _StrRetToBufA@16 @400 507 507 StrRetToBufW = _StrRetToBufW@16 @401
Note:
See TracChangeset
for help on using the changeset viewer.