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

Removed IOPL override code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/ddraw2d.cpp

    r9464 r9532  
    1 /* $Id: ddraw2d.cpp,v 1.3 2002-12-04 16:45:06 sandervl Exp $ */
     1/* $Id: ddraw2d.cpp,v 1.4 2002-12-20 10:38:25 sandervl Exp $ */
    22
    33/*
     
    3333#include <winerror.h>
    3434#include <options.h>
    35 #include "cio2.h"
    3635#include "os2util.h"
    3736#include "os2fsdd.h"
     
    266265  if (!fNoFSDD && PROFILE_GetOdinIniBool(ODINDDRAW_SECTION, "Fullscreen", FALSE))
    267266  {
     267#if 0
    268268      rc = InitIO();
    269269
     
    276276          dprintf(("DDRAW: IOPL 3!"));
    277277      }
     278#endif
    278279
    279280      rc = LoadPMIService();
     
    19051906}
    19061907//******************************************************************************
    1907 //Backwards compatibility, what's that??
    19081908//******************************************************************************
    19091909HRESULT WIN32API DrawSetDisplayMode2(THIS This, DWORD dwWidth, DWORD dwHeight,
Note: See TracChangeset for help on using the changeset viewer.