diff --git a/Source/exehead/Main.c b/Source/exehead/Main.c index 7c957763..0c89b6cb 100644 --- a/Source/exehead/Main.c +++ b/Source/exehead/Main.c @@ -93,13 +93,13 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInst,LPSTR lpszCmdParam, // workaround for bug #1008632 // http://sourceforge.net/tracker/index.php?func=detail&aid=1008632&group_id=22049&atid=373085 // - // without this, SHGetSpecialFolderPath doesn't always recognize some - // special folders, like the desktop folder for all users, on Windows - // 9x. unlike SHGetSpecialFolderPath, which is not available on all - // versions of Windows, SHGetSpecialFolderLocation doesn't try too - // hard to make sure the caller gets what he asked for. so we give it - // a little push in the right direction by doing part of the work for - // it. + // without this, SHGetSpecialFolderLocation doesn't always recognize + // some special folders, like the desktop folder for all users, on + // Windows 9x. unlike SHGetSpecialFolderPath, which is not available + // on all versions of Windows, SHGetSpecialFolderLocation doesn't try + // too hard to make sure the caller gets what he asked for. so we give + // it a little push in the right direction by doing part of the work + // for it. // // part of what SHGetFileInfo does, is to convert a path into an idl. // to do this conversion, it first needs to initialize the list of