Ignore:
Timestamp:
Dec 20, 2002, 11:38:58 AM (23 years ago)
Author:
sandervl
Message:

Removed obsolete code for Glide drivers and IOPL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winexepe2lx.cpp

    r8436 r9533  
    1 /* $Id: winexepe2lx.cpp,v 1.11 2002-05-16 13:45:32 sandervl Exp $ */
     1/* $Id: winexepe2lx.cpp,v 1.12 2002-12-20 10:38:58 sandervl Exp $ */
    22
    33/*
     
    3232#include <win32api.h>
    3333
    34 #include "cio.h"            // I/O
    3534#include "oslibmisc.h"      // OSLibGetDllName
    3635#include "conwin.h"         // Windows Header for console only
     
    7069    Win32Pe2LxExe *pWinPe2LxExe;
    7170
    72     /* I/O init. */
    73     if (getenv("WIN32_IOPL2"))
    74         io_init1();
    75 
    7671    /* Check that pe2lx version matches the version of kernel32.dll. */
    7772    CheckVersion(ulPe2LxVersion & ~0x80000000UL, OSLibGetDllName(hinstance));
Note: See TracChangeset for help on using the changeset viewer.