(MSVC) Comment out serial code

This commit is contained in:
Twinaphex
2014-04-15 02:11:11 -07:00
parent ca248e6bda
commit e8dc329ee1

View File

@@ -1,6 +1,6 @@
#include "__serial.h"
#if defined(_WIN32) && !defined(_XBOX)
#if defined(_WIN32) && !defined(_XBOX) && !defined(__LIBRETRO__)
HANDLE SerialPort = NULL; // Handle of SerialPort itself.