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/windllpe2lx.cpp

    r6301 r9533  
    1 /* $Id: windllpe2lx.cpp,v 1.11 2001-07-10 20:18:12 bird Exp $ */
     1/* $Id: windllpe2lx.cpp,v 1.12 2002-12-20 10:38:57 sandervl Exp $ */
    22
    33/*
     
    3131#include <wprocess.h>
    3232
    33 #include "cio.h"            // I/O
    3433#include "oslibmisc.h"      // OSLibGetDllName
    3534#include "conwin.h"         // Windows Header for console only
     
    8483    {   /* Process attach */
    8584
    86         /* Init I/O */
    87         if (getenv("WIN32_IOPL2"))
    88             io_init1();
    89 
    9085        /* Get Lib name and match Pe2Lx version with kernel32 version. */
    9186        pszName = OSLibGetDllName(hinstance);
Note: See TracChangeset for help on using the changeset viewer.