Changeset 2641 for trunk/src


Ignore:
Timestamp:
Feb 5, 2000, 12:41:01 AM (26 years ago)
Author:
hugh
Message:

COM interface and GpiEnableYInversion

File:
1 edited

Legend:

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

    r2223 r2641  
    1 ; $Id: ddraw.DEF,v 1.4 1999-12-28 10:31:00 sandervl Exp $
     1; $Id: ddraw.DEF,v 1.5 2000-02-04 23:41:01 hugh Exp $
    22
    33;
    4 ; Based on Windows 98 DirectX7: DDRAW.DLL 
     4; Based on Windows 98 DirectX7: DDRAW.DLL
    55;
    66LIBRARY DDRAW INITINSTANCE TERMINSTANCE
     
    99CODE LOADONCALL
    1010
     11IMPORTS
     12    _GpiEnableYInversion       = PMGPI.723
     13
    1114EXPORTS
    12 ; AcquireDDThreadLock                                           @1
    13 ; D3DParseUnknownCommand                                        @2
    14 ; DDGetAttachedSurfaceLcl                                       @3
    15  DDHAL32_VidMemFree     = _DDHAL32_VidMemFree@4                 @4
    16  DDHAL32_VidMemAlloc    = _DDHAL32_VidMemAlloc@4                @5
    17 ; DDInternalLock                                                @6
    18 ; DDInternalUnlock                                              @7
    19 ; DSoundHelp                                                    @8
    20  DirectDrawCreate       = _OS2DirectDrawCreate@12               @9
    21 ; DirectDrawCreateClipper                                       @10
    22 ; DirectDrawCreateEx                                            @11
    23  DirectDrawEnumerateA   = _OS2DirectDrawEnumerateA@8            @12
    24  DirectDrawEnumerateExA   = _OS2DirectDrawEnumerateExA@12       @13
    25 ; DirectDrawEnumerateExW                                        @14
    26 ; DirectDrawEnumerateW                                          @15
    27 ; DllCanUnloadNow                                               @16
    28 ; DllGetClassObject                                             @17
    29 ; GetAliasedVidMem                                              @18
    30 ; GetDDSurfaceLocal                                             @19
    31 ; GetNextMipMap                                                 @20
    32 ; GetOLEThunkData                                               @21
    33 ; GetSurfaceFromDC                                              @22
    34 ; HeapVidMemAllocAligned                                        @23
    35 ; InternalLock                                                  @24
    36 ; InternalUnlock                                                @25
    37 ; LateAllocateSurfaceMem                                        @26
    38 ; RegisterSpecialCase                                           @27
    39 ; ReleaseDDThreadLock                                           @28
    40 ; VidMemAlloc                                                   @29
    41 ; VidMemAmountFree                                              @30
    42 ; VidMemFini                                                    @31
    43 ; VidMemFree                                                    @32
    44 ; VidMemInit                                                    @33
    45 ; VidMemLargestFree                                             @34
    46 ; thk1632_ThunkData32                                           @35
    47 ; thk3216_ThunkData32                                           @36
     15; AcquireDDThreadLock           @1
     16; D3DParseUnknownCommand          @2
     17; DDGetAttachedSurfaceLcl         @3
     18 DDHAL32_VidMemFree = _DDHAL32_VidMemFree@4         @4
     19 DDHAL32_VidMemAlloc    = _DDHAL32_VidMemAlloc@4        @5
     20; DDInternalLock            @6
     21; DDInternalUnlock            @7
     22; DSoundHelp              @8
     23 DirectDrawCreate       = _OS2DirectDrawCreate@12         @9
     24; DirectDrawCreateClipper         @10
     25; DirectDrawCreateEx            @11
     26 DirectDrawEnumerateA   = _OS2DirectDrawEnumerateA@8      @12
     27 DirectDrawEnumerateExA   = _OS2DirectDrawEnumerateExA@12     @13
     28; DirectDrawEnumerateExW          @14
     29; DirectDrawEnumerateW            @15
     30DllCanUnloadNow   = _DllCanUnloadNow@0                      @16
     31DllGetClassObject = _DllGetClassObject@12                    @17
     32; GetAliasedVidMem            @18
     33; GetDDSurfaceLocal           @19
     34; GetNextMipMap             @20
     35; GetOLEThunkData           @21
     36; GetSurfaceFromDC            @22
     37; HeapVidMemAllocAligned          @23
     38; InternalLock              @24
     39; InternalUnlock            @25
     40; LateAllocateSurfaceMem          @26
     41; RegisterSpecialCase           @27
     42; ReleaseDDThreadLock           @28
     43; VidMemAlloc             @29
     44; VidMemAmountFree            @30
     45; VidMemFini              @31
     46; VidMemFree              @32
     47; VidMemInit              @33
     48; VidMemLargestFree           @34
     49; thk1632_ThunkData32           @35
     50; thk3216_ThunkData32           @36
Note: See TracChangeset for help on using the changeset viewer.