INTEGRATION: CWS setupcustomizer (1.6.60); FILE MERGED
2005/01/14 13:07:31 tra 1.6.60.1: added unicode wrapper for some shell helper functions
This commit is contained in:
parent
b07dc4604c
commit
803d18a5c9
1 changed files with 14 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
;
|
||||
; $RCSfile: uwinapi.dxp,v $
|
||||
;
|
||||
; $Revision: 1.6 $
|
||||
; $Revision: 1.7 $
|
||||
;
|
||||
; last change: $Author: rt $ $Date: 2004-08-20 14:11:26 $
|
||||
; last change: $Author: obo $ $Date: 2005-01-25 13:01:10 $
|
||||
;
|
||||
; The Contents of this file are made available subject to the terms of
|
||||
; either of the following licenses
|
||||
|
@ -106,3 +106,15 @@ GetVolumePathNameA
|
|||
GetVolumePathNameW
|
||||
SetVolumeMountPointA
|
||||
SetVolumeMountPointW
|
||||
PathAddBackslashW
|
||||
PathCompactPathExW
|
||||
PathFileExistsW
|
||||
PathFindExtensionW
|
||||
PathFindFileNameW
|
||||
PathIsFileSpecW
|
||||
PathIsUNCW
|
||||
PathRemoveExtensionW
|
||||
PathRemoveFileSpecW
|
||||
PathSetDlgItemPathW
|
||||
PathStripToRootW
|
||||
|
||||
|
|
Loading…
Reference in a new issue