
The following files should be in this directory.

       DEMO.C       - The DEMO.C file contains source code for both DOS and
                      OS/2. A parameter in the .MAK file tells the compiler
                      which operating system is needed and the code is
                      compiled for the requested operating system.

       DEMOMSG.H    - User messages displayed during the demo program
       DEMODEF.H    - #define declarations for demo program
       AUDIODD.H    - device driver specific definitions

       DEMO2.DEF    - Linker definitions file for OS/2 link

       DEMOD.MAK    - DOS demo NMAKE file. The following command should be
                      executed to create a DOS executable file:
                            'NMAKE DEMOD.MAK'
       DEMO2.MAK    - OS/2 demo NMAKE file. The following command should be
                      executed to create an OS/2 executable file:
                            'NMAKE DEMO2.MAK'

