Make ILGetSize a STDCALL function

svn path=/trunk/; revision=7746
This commit is contained in:
Gé van Geldorp 2004-01-18 19:09:15 +00:00
parent eee4144825
commit 8676b1e8f7

View file

@ -520,7 +520,7 @@ extern HRESULT name_from_pidl(IShellFolder* folder, LPCITEMIDLIST pidl, LPTSTR b
#ifdef __MINGW32__ // ILGetSize() is currently missing in MinGW.
extern "C" UINT ILGetSize(LPCITEMIDLIST pidl);
extern "C" UINT STDCALL ILGetSize(LPCITEMIDLIST pidl);
#ifdef UNICODE // CFSTR_FILENAME is defined wrong in MinGW.
#define CFSTR_FILENAMEW TEXT("FileNameW")