Fix copy/paste error

svn path=/trunk/; revision=10924
This commit is contained in:
Gé van Geldorp
2004-09-19 22:07:40 +00:00
parent b22290537c
commit 5124ae5f88
+1 -1
View File
@@ -1688,7 +1688,7 @@ typedef IShellExecuteHookA IShellExecuteHook;
typedef IShellLinkA IShellLink;
typedef BROWSEINFOA BROWSEINFO,*PBROWSEINFO,*LPBROWSEINFO;
#define SHBrowseForFolder SHBrowseForFolderA
#define SHCLSIDFromString SHCLSIDFromStringW
#define SHCLSIDFromString SHCLSIDFromStringA
#define SHGetDataFromIDList SHGetDataFromIDListA
#define SHGetPathFromIDList SHGetPathFromIDListA
#if (_WIN32_IE >= 0x0400)