(MSVC) Buildfix for Cg renderchain

This commit is contained in:
twinaphex 2018-03-02 18:32:14 +01:00
parent 3f1ae25713
commit 64b36ef5d8

View File

@ -37,6 +37,10 @@
#include "../../configuration.h"
#include "../../verbosity.h"
#ifdef _MSC_VER
#pragma comment(lib, "cgd3d9")
#endif
#define D3D_DEFAULT_NONPOW2 ((UINT)-2)
#define D3D_FILTER_LINEAR (3 << 0)
#define D3D_FILTER_POINT (2 << 0)