Synching VC14 and VC15, fixed some (more) warnings.

This commit is contained in:
waltje
2018-04-25 18:24:37 -04:00
parent 44223a36b4
commit c190810fcf
7 changed files with 32 additions and 22 deletions

View File

@@ -8,7 +8,7 @@
*
* Rendering module for Microsoft Direct3D 9.
*
* Version: @(#)win_d3d.cpp 1.0.7 2018/04/14
* Version: @(#)win_d3d.cpp 1.0.8 2018/04/25
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Miran Grca, <mgrca8@gmail.com>
@@ -45,6 +45,9 @@
#include "../emu.h"
#include "../version.h"
#include "../device.h"
#ifdef _MSC_VER
# pragma warning(disable: 4200)
#endif
#include "../video/video.h"
#include "../plat.h"
#include "win.h"