Skip to content

Commit e191b26

Browse files
committed
testing in vs2019
1 parent 192b5a5 commit e191b26

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

URLDownload/StdAfx.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#include <afxcmn.h> // MFC support for Windows Common Controls
3131
#endif // _AFX_NO_AFXCMN_SUPPORT
3232

33+
34+
3335
extern LONG g_fAbortDownload;
3436

3537
//{{AFX_INSERT_LOCATION}}

URLDownload/URLDownload.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ BOOL CURLDownloadApp::InitInstance()
5656
{
5757
CURLDownloadDlg dlg;
5858
m_pMainWnd = &dlg;
59-
int nResponse = dlg.DoModal();
59+
INT_PTR nResponse = dlg.DoModal();
6060
if (nResponse == IDOK)
6161
{
6262
// TODO: Place code here to handle when the dialog is

0 commit comments

Comments
 (0)