Changeset 4809 for trunk/src/dplay


Ignore:
Timestamp:
Dec 16, 2000, 11:53:51 PM (25 years ago)
Author:
bird
Message:

Added or update the description. (It is used in the bldlevel info.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dplay/dplay.def

    r3220 r4809  
    1 ;$Id: dplay.def,v 1.3 2000-03-24 18:02:32 achimha Exp $
     1;$Id: dplay.def,v 1.4 2000-12-16 22:53:20 bird Exp $
    22
    33;
    4 ; Based on Windows 98 DirectX7: DPLAY.DLL 
     4; Based on Windows 98 DirectX7: DPLAY.DLL
    55;
    66LIBRARY DPLAY INITINSTANCE TERMINSTANCE
     7DESCRIPTION 'Odin32 System DLL - DPLAY - Direct Play'
    78
    8 PROTMODE
    99DATA MULTIPLE NONSHARED READWRITE LOADONCALL
    1010CODE LOADONCALL
     
    1616EXPORTS
    1717  DirectPlayCreate           = _DirectPlayCreate@12            @1
    18   DirectPlayEnumerateA       = _DirectPlayEnumerateA@8         @2
     18  DirectPlayEnumerateA       = _DirectPlayEnumerateA@8         @2
    1919  DirectPlayEnumerateW       = _DirectPlayEnumerateW@8         @3
Note: See TracChangeset for help on using the changeset viewer.