mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Make ILGetSize a STDCALL function
svn path=/trunk/; revision=7746
This commit is contained in:
parent
eee4144825
commit
8676b1e8f7
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue