home *** CD-ROM | disk | FTP | other *** search
- //-----------------------------------------------------------------------------
- // Freeware. This file may be used freely to promote the ioctl90 mixer API.
- //-----------------------------------------------------------------------------
- // callback.c
- //
- // Handle callbacks - mixer change notifications
- //-----------------------------------------------------------------------------
-
- #include <stdlib.h>
- #include <string.h> // memset
- #include <ctype.h> // toupper
- #include <stdio.h>
-
- #include <os2.h> // typedefs
-
- #include "data.h"
- #include "util.h"
- #include "ioctl90.h"
- #include "mixerapi.h"
- #include "callback.h"
-
- int callbackMain (void)
- {
- printf ("Callback\n");
- return (0);
- }
-