mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-13 22:08:34 +00:00
(Xbox 1) Build fixes - don't compile in pragma comments for
XBOX
This commit is contained in:
parent
0e729bcaa0
commit
1d99cb62a2
@ -14,7 +14,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) && !defined(_XBOX)
|
||||
#pragma comment(lib, "dsound")
|
||||
#pragma comment(lib, "dxguid")
|
||||
#endif
|
||||
|
@ -14,7 +14,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) && !defined(_XBOX)
|
||||
#pragma comment(lib, "winmm")
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user