From 73e957c3e390f814fdf6646dd5a825e1c6a9ad70 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Thu, 4 Sep 2008 16:41:17 +0000 Subject: [PATCH] using new enum for IO slot size --- AppleWin/source/ParallelPrinter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppleWin/source/ParallelPrinter.cpp b/AppleWin/source/ParallelPrinter.cpp index bf7be84a..41515950 100644 --- a/AppleWin/source/ParallelPrinter.cpp +++ b/AppleWin/source/ParallelPrinter.cpp @@ -32,7 +32,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA static DWORD inactivity = 0; static FILE* file = NULL; -DWORD const PRINTDRVR_SIZE = 0x100; +DWORD const PRINTDRVR_SIZE = APPLE_SLOT_SIZE; //===========================================================================