mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-25 14:31:01 +00:00
using new enum for IO slot size
This commit is contained in:
parent
c25fb95d4f
commit
150e6f0f7a
@ -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;
|
||||
|
||||
//===========================================================================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user