[c-host] move dxgi capture into windows directory

This commit is contained in:
Geoffrey McRae
2019-02-28 19:44:15 +11:00
parent 532dc07c7b
commit 4fd62a58bd
4 changed files with 9 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include "interface.h"
#if defined(USE_DXGI)
extern struct CaptureInterface Capture_DXGI;
struct CaptureInterface Capture_DXGI;
#endif
struct CaptureInterface * CaptureInterfaces[] =