1999-01-23 15:12:48 +01:00
|
|
|
/*
|
|
|
|
* Shell UID
|
|
|
|
*
|
|
|
|
* 1998 Juergen Schmied (jsch) * <juergen.schmied@metronet.de>
|
|
|
|
*
|
|
|
|
* this in in a single file due to interfering definitions
|
|
|
|
*
|
|
|
|
*/
|
2000-08-03 06:22:35 +02:00
|
|
|
#include "initguid.h"
|
1999-03-14 13:16:21 +01:00
|
|
|
|
Complete cleanup, bugfixes.
New: PathStripPath, PathMakeUniqueName, PathStripToRoot,
PathGetShortPath, PathParseIconLocation, PathRemoveExtension,
PathRemoveArgs, PathAppend, PathBuildRoot, PathCanonicalize,
PathFindNextComponent, PathRemoveFileSpec.
2000-04-28 22:23:46 +02:00
|
|
|
#include "shlwapi.h"
|
2000-08-03 06:22:35 +02:00
|
|
|
#include "shlguid.h"
|
|
|
|
#include "shlobj.h"
|
|
|
|
#include "docobj.h"
|