Ignore:
Timestamp:
Jan 21, 2003, 12:20:36 PM (23 years ago)
Author:
sandervl
Message:

Removed dependency on dive.dll. Load it on demand.

File:
1 edited

Legend:

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

    r9566 r9698  
    1 /* $Id: surfblit.cpp,v 1.2 2002-12-30 14:05:44 sandervl Exp $ */
     1/* $Id: surfblit.cpp,v 1.3 2003-01-21 11:20:36 sandervl Exp $ */
    22
    33/*
     
    4242#include "asmutil.h"
    4343#include "wndproc.h"
     44#include "divewrap.h"
    4445
    4546#ifndef __WATCOMC__
     
    293294  } //if(src)
    294295
     296#if 0
    295297  if(dest->diveBufNr == DIVE_BUFFER_SCREEN &&
    296298     !(dwFlags & (DDBLT_COLORFILL|DDBLT_DEPTHFILL|DDBLT_ROP) ) &&
     
    405407      }
    406408  }
     409#endif
    407410
    408411  //TODO: do we need to check the source for clipping information in case
Note: See TracChangeset for help on using the changeset viewer.