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

    r7567 r9533  
    1 /* $Id: winexelx.cpp,v 1.10 2001-12-07 14:13:39 sandervl Exp $ */
     1/* $Id: winexelx.cpp,v 1.11 2002-12-20 10:38:58 sandervl Exp $ */
    22
    33/*
     
    3131#include "exceptions.h"
    3232#include "exceptutil.h"
    33 #include "cio.h"
    3433
    3534#define DBG_LOCALLOG    DBG_winexelx
     
    5251  if(WinExe != NULL) //should never happen
    5352        delete(WinExe);
    54 
    55   if(getenv("WIN32_IOPL2")) {
    56     io_init1();
    57   }
    5853
    5954  rc = DosGetInfoBlocks(&ptib, &ppib);
     
    10297 ULONG rc;
    10398
    104   if(getenv("WIN32_IOPL2")) {
    105         io_init1();
    106   }
    10799  dprintf(("Start executable %X\n", WinExe));
    108100
Note: See TracChangeset for help on using the changeset viewer.