(Xbox 1) Build fixes - don't compile in pragma comments for

XBOX
This commit is contained in:
twinaphex 2012-11-15 14:24:56 +01:00
parent 0e729bcaa0
commit 1d99cb62a2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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