| 
            Last change
 on this file since 7265 was             5288, checked in by mike, 25 years ago           | 
        
        
          | 
             
Changes/fixes/updates for building with Watcom 
 
           | 
        
        
          | 
            File size:
            729 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | ; $Id: DSOUND.DEF,v 1.4 2001-03-06 21:44:40 mike Exp $
 | 
|---|
| 2 | 
 | 
|---|
| 3 | LIBRARY DSOUND INITINSTANCE TERMINSTANCE
 | 
|---|
| 4 | DATA MULTIPLE NONSHARED READWRITE LOADONCALL
 | 
|---|
| 5 | CODE LOADONCALL
 | 
|---|
| 6 | EXPORTS
 | 
|---|
| 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   = _DllCanUnloadNow@0                          @4
 | 
|---|
| 16 |    DllGetClassObject = _DllGetClassObject@12                       @5
 | 
|---|
| 17 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.