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

    r8457 r9533  
    1 /* $Id: winexebase.cpp,v 1.20 2002-05-20 13:48:51 sandervl Exp $ */
     1/* $Id: winexebase.cpp,v 1.21 2002-12-20 10:38:57 sandervl Exp $ */
    22
    33/*
     
    3030#include "exceptions.h"
    3131#include "exceptutil.h"
    32 #include "cio.h"
    3332
    3433#include "conwin.h"          // Windows Header for console only
     
    9897 ULONG rc;
    9998
    100   if(getenv("WIN32_IOPL2")) {
    101         io_init1();
    102   }
    10399#ifdef DEBUG
    104100  TEB *teb = GetThreadTEB();
Note: See TracChangeset for help on using the changeset viewer.