Skip to content

Commit c15b043

Browse files
committed
Fix build error
1 parent 63121d1 commit c15b043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Common/ShellContextMenu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ bool CShellContextMenu::HandleMenuMessage(UINT message, WPARAM wParam, LPARAM lP
106106
return false;
107107
}
108108

109-
static HRESULT dfmCallback(IShellFolder* /*psf*/, HWND /*hwnd*/, IDataObject* /*pdtobj*/, UINT uMsg, WPARAM /*wParam*/, LPARAM /*lParam*/)
109+
static HRESULT _stdcall dfmCallback(IShellFolder* /*psf*/, HWND /*hwnd*/, IDataObject* /*pdtobj*/, UINT uMsg, WPARAM /*wParam*/, LPARAM /*lParam*/)
110110
{
111111
switch (uMsg)
112112
{

0 commit comments

Comments
 (0)