gphoto2.ds: Sign-compare warning fix.
This commit is contained in:
parent
d9d8288508
commit
2e9353246b
|
@ -244,7 +244,7 @@ TW_UINT16 GPHOTO2_RGBResponseSet
|
|||
|
||||
/* UI function */
|
||||
BOOL DoCameraUI(void);
|
||||
HWND TransferringDialogBox(HWND dialog, DWORD progress);
|
||||
HWND TransferringDialogBox(HWND dialog, LONG progress);
|
||||
|
||||
#ifdef HAVE_GPHOTO2
|
||||
/* Helper function for GUI */
|
||||
|
|
|
@ -274,7 +274,7 @@ static INT_PTR CALLBACK ProgressProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
HWND TransferringDialogBox(HWND dialog, DWORD progress)
|
||||
HWND TransferringDialogBox(HWND dialog, LONG progress)
|
||||
{
|
||||
if (!dialog)
|
||||
dialog = CreateDialogW(GPHOTO2_instance,
|
||||
|
|
Loading…
Reference in New Issue