Add flag for debug D3D

This commit is contained in:
twinaphex 2018-01-07 14:06:31 +01:00
parent 1f0d57f5f2
commit 8d7ea32e0d

View File

@ -17,6 +17,10 @@
#ifndef D3DVIDEO_DEFINES_H
#define D3DVIDEO_DEFINES_H
#if defined(DEBUG) || defined(_DEBUG)
#define D3D_DEBUG_INFO
#endif
#if defined(HAVE_D3D9)
/* Direct3D 9 */
#include <d3d9.h>