Changeset 675 for GPL/branches/uniaud32-next/drv32/init.c
- Timestamp:
- Feb 15, 2021, 9:44:30 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified GPL/branches/uniaud32-next/drv32/init.c ¶
r667 r675 30 30 // Device support 31 31 #include <devhelp.h> 32 #include <devtype.h>33 //DAZ #include <devrp.h>34 #include <strategy.h>35 #include "devown.h"36 32 #include <version.h> 37 33 #include <ossidc32.h> 38 34 #include <dbgos2.h> 39 #include <irqos2.h>40 35 #include <osspci.h> 41 36 #include <kee.h> 37 #include <malloc.h> 42 38 #include "parse.h" 43 #include "malloc.h"44 39 #include "sound/version.h" 40 #include "strategy.h" 45 41 46 42 const char ERR_ERROR[] = "ERROR: "; … … 228 224 WriteString(debugmsg, strlen(debugmsg)); 229 225 } 230 231 //get the current time (to force retrieval of GIS pointer)232 os2gettimemsec();233 226 234 227 char szMixerName[64];
Note:
See TracChangeset
for help on using the changeset viewer.