From add871ab57368c427f14a012ea65a491af344777 Mon Sep 17 00:00:00 2001 From: Mark Cannon Date: Fri, 29 Feb 2008 21:37:52 +0000 Subject: [PATCH] Fix stupid conditional. git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@79 83fadc84-e282-4d84-a09a-c4228d6ae7e5 --- src/ScreenArcadeDiagnostics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScreenArcadeDiagnostics.cpp b/src/ScreenArcadeDiagnostics.cpp index 3ccef6d3..1dbf985b 100644 --- a/src/ScreenArcadeDiagnostics.cpp +++ b/src/ScreenArcadeDiagnostics.cpp @@ -14,7 +14,7 @@ #include "ActorUtil.h" #include "ActorFrame.h" // We need this to call PlayCommand,Refresh and update the uptime. -#ifdef ITG_ARCADE +#if defined(UNIX) #include "io/USBDevice.h" #else #include "io/USBDevice_Libusb.h" -- 2.11.0