mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Put this around a HAVE_CG ifdef
This commit is contained in:
parent
8983126c23
commit
6ac8b64e3d
@ -29,7 +29,9 @@
|
|||||||
#ifndef _XBOX
|
#ifndef _XBOX
|
||||||
#pragma comment( lib, "d3d9" )
|
#pragma comment( lib, "d3d9" )
|
||||||
#pragma comment( lib, "d3dx9" )
|
#pragma comment( lib, "d3dx9" )
|
||||||
|
#ifdef HAVE_CG
|
||||||
#pragma comment( lib, "cgd3d9" )
|
#pragma comment( lib, "cgd3d9" )
|
||||||
|
#endif
|
||||||
#pragma comment( lib, "dxguid" )
|
#pragma comment( lib, "dxguid" )
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user