source: trunk/src/ddraw/ddraw.DEF@ 97

Last change on this file since 97 was 97, checked in by phaller, 26 years ago

Add: added cvs variable $Id$ to source files.

File size: 452 bytes
Line 
1; $Id: ddraw.DEF,v 1.2 1999-06-10 17:10:57 phaller Exp $
2
3LIBRARY DDRAW INITINSTANCE TERMINSTANCE
4PROTMODE
5DATA MULTIPLE NONSHARED READWRITE LOADONCALL
6CODE LOADONCALL
7EXPORTS
8 DDHAL32_VidMemFree = _DDHAL32_VidMemFree@4 @10
9 DDHAL32_VidMemAlloc = _DDHAL32_VidMemAlloc@4 @11
10 DirectDrawCreate = _OS2DirectDrawCreate@12 @12
11 DirectDrawEnumerateA = _OS2DirectDrawEnumerateA@8 @13
12IMPORTS
13 DiveSetTransparentBlitMode = DIVE.18
Note: See TracBrowser for help on using the repository browser.