Ignore:
Timestamp:
May 28, 2001, 7:18:33 PM (24 years ago)
Author:
phaller
Message:

Implemented DirectDrawCreateClipper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/ddraw.DEF

    r5326 r5820  
    1 ; $Id: ddraw.DEF,v 1.8 2001-03-18 21:44:44 mike Exp $
     1; $Id: ddraw.DEF,v 1.9 2001-05-28 17:17:14 phaller Exp $
    22
    33;
     
    77DATA MULTIPLE NONSHARED READWRITE LOADONCALL
    88CODE LOADONCALL
     9
     10DESCRIPTION 'Odin32 System DLL - DDraw'
    911
    1012IMPORTS
     
    2123; DSoundHelp                @8
    2224 DirectDrawCreate         = _OS2DirectDrawCreate@12             @9
    23 ; DirectDrawCreateClipper         @10
     25 DirectDrawCreateClipper  = _OS2DirectDrawCreateClipper@12      @10
    2426 DirectDrawCreateEx       = _DirectDrawCreateEx@16              @11
    2527 DirectDrawEnumerateA     = _OS2DirectDrawEnumerateA@8          @12
Note: See TracChangeset for help on using the changeset viewer.