From 776dc69a94f8b07551a301b86a4625884c7e200c 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 --- source/Mockingboard.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/Mockingboard.cpp b/source/Mockingboard.cpp index e4bf4024..3c905196 100644 --- a/source/Mockingboard.cpp +++ b/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"