using new enum for IO slot size

This commit is contained in:
mpohoreski 2008-09-04 16:41:17 +00:00
parent c25fb95d4f
commit 150e6f0f7a

View File

@ -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;
//===========================================================================