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

    r8913 r9533  
    1 /* $Id: winexepeldr.cpp,v 1.19 2002-07-23 13:51:48 sandervl Exp $ */
     1/* $Id: winexepeldr.cpp,v 1.20 2002-12-20 10:38:58 sandervl Exp $ */
    22
    33/*
     
    3434#include "exceptutil.h"
    3535
    36 #include "cio.h"
    3736#include "oslibmisc.h"
    3837
     
    120119  free(szFullCmdLine);
    121120
    122   if(getenv("WIN32_IOPL2")) {
    123         io_init1();
    124   }
    125121  //Init console before loading executable as dlls might want to print
    126122  //something on the console while being loaded
Note: See TracChangeset for help on using the changeset viewer.