source: trunk/src/dsound/dsound.def@ 22012

Last change on this file since 22012 was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

File size: 750 bytes
Line 
1; $Id: DSOUND.DEF,v 1.5 2001-11-22 16:08:13 sandervl Exp $
2
3LIBRARY DSOUND INITINSTANCE TERMINSTANCE
4DATA MULTIPLE NONSHARED READWRITE LOADONCALL
5CODE LOADONCALL
6EXPORTS
7
8 DirectSoundCreate = "_OS2DirectSoundCreate@12" @1
9 DirectSoundEnumerateA = "_OS2DirectSoundEnumerateA@8" @2
10 DirectSoundEnumerateW = "_OS2DirectSoundEnumerateW@8" @3
11 DirectSoundCaptureCreate = "_OS2DirectSoundCreate@12" @6
12 DirectSoundCaptureEnumerateA = "_OS2DirectSoundEnumerateA@8" @7
13 DirectSoundCaptureEnumerateW = "_OS2DirectSoundEnumerateW@8" @8
14
15 DllCanUnloadNow = "_DSOUNDDllCanUnloadNow@0" @4
16 DllGetClassObject = "_DSOUNDDllGetClassObject@12" @5
17
Note: See TracBrowser for help on using the repository browser.