Disable warnings
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#include "targetver.h"
|
||||
|
||||
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
|
||||
|
||||
#include <afxwin.h> // MFC core and standard components
|
||||
#include <afxext.h> // MFC extensions
|
||||
|
||||
@@ -20,6 +19,7 @@
|
||||
#include <afxdisp.h> // MFC Automation classes
|
||||
#endif // _AFX_NO_OLE_SUPPORT
|
||||
|
||||
|
||||
#ifndef _AFX_NO_DB_SUPPORT
|
||||
#include <afxdb.h> // MFC ODBC database classes
|
||||
#endif // _AFX_NO_DB_SUPPORT
|
||||
@@ -37,3 +37,9 @@
|
||||
|
||||
#include <afxsock.h> // MFC socket extensions
|
||||
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable:4005)
|
||||
#include <dokan\dokan.h>
|
||||
#pragma warning(pop)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user