converted project to vs2013, removed 2010 support (ugh)
This commit is contained in:
@@ -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}};
|
||||
|
||||
|
Reference in New Issue
Block a user