Put this around a HAVE_CG ifdef

This commit is contained in:
twinaphex 2016-07-16 22:32:33 +02:00
parent 8983126c23
commit 6ac8b64e3d

View File

@ -29,7 +29,9 @@
#ifndef _XBOX
#pragma comment( lib, "d3d9" )
#pragma comment( lib, "d3dx9" )
#ifdef HAVE_CG
#pragma comment( lib, "cgd3d9" )
#endif
#pragma comment( lib, "dxguid" )
#endif
#endif