Merge pull request #1597 from fr500/master

fixes D3D for MSYS2/MINGW builds
This commit is contained in:
Twinaphex 2015-04-07 06:09:43 +02:00
commit d7b62bf96a

View File

@ -1,3 +1,4 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
* Copyright (C) 2011-2015 - Daniel De Matteis
@ -15,10 +16,15 @@
*/
#include <string.h>
#include <string>
#include <vector>
#include <retro_inline.h>
#include <Cg/cg.h>
#include <Cg/cgD3D9.h>
#include "render_chain_driver.h"
#include "../video_driver.h"
#include "../../general.h"
#include "d3d.h"
struct lut_info
{