We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192b5a5 commit e191b26Copy full SHA for e191b26
URLDownload/StdAfx.h
@@ -30,6 +30,8 @@
30
#include <afxcmn.h> // MFC support for Windows Common Controls
31
#endif // _AFX_NO_AFXCMN_SUPPORT
32
33
+
34
35
extern LONG g_fAbortDownload;
36
37
//{{AFX_INSERT_LOCATION}}
URLDownload/URLDownload.cpp
@@ -56,7 +56,7 @@ BOOL CURLDownloadApp::InitInstance()
56
{
57
CURLDownloadDlg dlg;
58
m_pMainWnd = &dlg;
59
- int nResponse = dlg.DoModal();
+ INT_PTR nResponse = dlg.DoModal();
60
if (nResponse == IDOK)
61
62
// TODO: Place code here to handle when the dialog is
0 commit comments