Ignore:
Timestamp:
Mar 3, 2000, 8:21:26 PM (26 years ago)
Author:
hugh
Message:

Bugfixes for moorhuhn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/OS2DDRAW.H

    r2174 r2987  
    1 /* $Id: OS2DDRAW.H,v 1.9 1999-12-21 01:28:19 hugh Exp $ */
     1/* $Id: OS2DDRAW.H,v 1.10 2000-03-03 19:21:26 hugh Exp $ */
    22
    33/*
     
    4040                                       // ToDO :
    4141                                       // debug into DirectDrawCreate and se what MS is doing !
    42     IDirectDraw2Vtbl  Vtbl;
     42    IDirectDrawVtbl  Vtbl;
     43    IDirectDraw2Vtbl  Vtbl2;
    4344    // MS did it again with direct/X 6 they changed the behavior of the directdraw component
    4445    // So we now need 2 Virt. Tables one for the old and one for the new so we return the
Note: See TracChangeset for help on using the changeset viewer.