From 150e6f0f7ab0a4a858b6f0bfed3ac225a995ad74 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 --- source/ParallelPrinter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ParallelPrinter.cpp b/source/ParallelPrinter.cpp index bf7be84a..41515950 100644 --- a/source/ParallelPrinter.cpp +++ b/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; //===========================================================================