mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-18 12:16:45 -04:00
restrict "std" namespace using .
This commit is contained in:
parent
fc363aa59d
commit
00753d2ff2
17 changed files with 36 additions and 32 deletions
|
@ -28,8 +28,7 @@
|
|||
#pragma once
|
||||
#endif
|
||||
|
||||
#define VC_EXTRALEAN
|
||||
#define NOMINMAX
|
||||
#define VC_EXTRALEAN
|
||||
|
||||
#pragma warning(disable: 4503)
|
||||
#pragma warning(disable: 4786)
|
||||
|
@ -56,7 +55,7 @@
|
|||
#include "resource.h"
|
||||
#include "TipDlg.h"
|
||||
|
||||
|
||||
using std::endl;
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ inserts additional declarations exactly above this line.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue