1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

(360) Build fix - see previous commit

This commit is contained in:
twinaphex 2012-11-15 14:32:06 +01:00
parent 1d99cb62a2
commit 1a3b24004c

View File

@ -13,7 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef _MSC_VER
#if defined(_MSC_VER) && !defined(_XBOX)
#pragma comment(lib, "ws2_32")
#endif