From 8bcb4a76419fdd849ff17e7da3251409dc809470 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Mon, 16 Feb 2009 19:12:46 +0000 Subject: [PATCH] Fixed to work with pre-compiled header -- moved user defined below includes --- AppleWin/source/Mockingboard.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/AppleWin/source/Mockingboard.cpp b/AppleWin/source/Mockingboard.cpp index e4bf4024..3c905196 100644 --- a/AppleWin/source/Mockingboard.cpp +++ b/AppleWin/source/Mockingboard.cpp @@ -75,10 +75,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // . ORB = 0x3F (STOP) // -#define LOG_SSI263 0 - #include "StdAfx.h" #pragma hdrstop + +#define LOG_SSI263 0 + #include #include "AY8910.h"