Ignore:
Timestamp:
Jan 19, 2001, 3:06:55 AM (25 years ago)
Author:
mike
Message:

Several fixes to make FS DDRAW build again

File:
1 edited

Legend:

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

    r3345 r4970  
    1 ; $Id: ddraw.DEF,v 1.1 2000-04-07 18:21:11 mike Exp $
     1; $Id: ddraw.DEF,v 1.2 2001-01-19 02:06:55 mike Exp $
    22
    33;
     
    1111IMPORTS
    1212    _GpiEnableYInversion       = PMGPI.723
    13     _GpiQueryDCData            = PMGPI.665
    1413
    1514EXPORTS
     
    1716; D3DParseUnknownCommand          @2
    1817; DDGetAttachedSurfaceLcl         @3
    19  DDHAL32_VidMemFree = _DDHAL32_VidMemFree@4         @4
    20  DDHAL32_VidMemAlloc    = _DDHAL32_VidMemAlloc@4        @5
     18 DDHAL32_VidMemFree = _DDHAL32_VidMemFree@4                     @4
     19 DDHAL32_VidMemAlloc    = _DDHAL32_VidMemAlloc@4                @5
    2120; DDInternalLock            @6
    2221; DDInternalUnlock            @7
    2322; DSoundHelp              @8
    24  DirectDrawCreate       = _OS2DirectDrawCreate@12         @9
     23 DirectDrawCreate         = _OS2DirectDrawCreate@12             @9
    2524; DirectDrawCreateClipper         @10
    26 ; DirectDrawCreateEx            @11
    27  DirectDrawEnumerateA   = _OS2DirectDrawEnumerateA@8      @12
    28  DirectDrawEnumerateExA   = _OS2DirectDrawEnumerateExA@12     @13
     25 DirectDrawCreateEx       = _DirectDrawCreateEx@16              @11
     26 DirectDrawEnumerateA     = _OS2DirectDrawEnumerateA@8          @12
     27 DirectDrawEnumerateExA   = _OS2DirectDrawEnumerateExA@12       @13
    2928; DirectDrawEnumerateExW          @14
    3029; DirectDrawEnumerateW            @15
    31 DllCanUnloadNow   = _DllCanUnloadNow@0                      @16
    32 DllGetClassObject = _DllGetClassObject@12                    @17
     30DllCanUnloadNow   = _DllCanUnloadNow@0                          @16
     31DllGetClassObject = _DllGetClassObject@12                       @17
    3332; GetAliasedVidMem            @18
    3433; GetDDSurfaceLocal           @19
Note: See TracChangeset for help on using the changeset viewer.