From 5124ae5f882356efbe386b4ebd674f75f26c5b04 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=A9=20van=20Geldorp?= Date: Sun, 19 Sep 2004 22:07:40 +0000 Subject: [PATCH] Fix copy/paste error svn path=/trunk/; revision=10924 --- reactos/w32api/include/shlobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/w32api/include/shlobj.h b/reactos/w32api/include/shlobj.h index 61b2f7ff355..1e53e3b558f 100644 --- a/reactos/w32api/include/shlobj.h +++ b/reactos/w32api/include/shlobj.h @@ -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) -- 2.17.1