Changeset 534 for OCO/trunk/drv16/init.cpp
- Timestamp:
- Aug 8, 2010, 5:32:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/init.cpp
r526 r534 60 60 #include "mixer.h" 61 61 62 62 #ifdef DEBUG 63 static char szALSA[] = "OS/2 Universal Audio MMPM/2 Driver v"UNIAUD_VERSION"-DEBUG"; 64 #else 63 65 static char szALSA[] = "OS/2 Universal Audio MMPM/2 Driver v"UNIAUD_VERSION; 66 #endif 64 67 static char szCopyRight1[]= "Copyright 2000-2002 InnoTek Systemberatung GmbH"; 65 68 static char szCopyRight2[]= "Copyright 2002 IBM Corporation"; 66 69 static char szCopyRight3[]= "Maintained by Netlabs http://www.netlabs.org"; 67 70 static char szParamError[]= "Parameter parsing error!!"; 68 #if 0 // fixme to be gone?69 static char szInitError[] = "Unable to initialize audio hardware";70 #endif71 71 static char szHeapError[] = "Heap creation failed!!"; 72 72 static char szAlsaError[] = "Unable to open 32-bit driver. Make sure that UNIAUD32.SYS placed before UNIAUD16.SYS"; 73 73 static char szAlsaAttachError[] = "Unable to attach 32-bit driver"; 74 #if 0 // fixme to be gone?75 static char szDevice[] = "Device name: ";76 #endif77 74 static char NEWLINE[] = "\r\n"; 78 75
Note:
See TracChangeset
for help on using the changeset viewer.