converted project to vs2013, removed 2010 support (ugh)

This commit is contained in:
jp9000
2013-12-14 16:01:30 -07:00
parent a526afd047
commit aead95f5e3
23 changed files with 71 additions and 48 deletions

View File

@@ -20,6 +20,11 @@
#include <graphics/matrix3.h>
#include "d3d11-subsystem.hpp"
#ifdef _MSC_VER
/* alignment warning - despite the fact that alignment is already fixed */
#pragma warning (disable : 4316)
#endif
static const IID dxgiFactory2 =
{0x50c83a1c, 0xe072, 0x4c48, {0x87, 0xb0, 0x36, 0x30, 0xfa, 0x36, 0xa6, 0xd0}};