Changeset 134 for OCO/trunk/drv16/init.cpp
- Timestamp:
- Jun 13, 2007, 1:07:23 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/init.cpp
r33 r134 64 64 static char szCopyRight1[]= "Copyright 2000-2002 InnoTek Systemberatung GmbH"; 65 65 static char szCopyRight2[]= "Copyright 2002 IBM Corporation"; 66 #if 0 // fixme to be gone? 66 67 static char szCopyRight3[]= "Maintained by http://os2.kiev.ua/en/uniaud.php"; 68 #endif 67 69 static char szParamError[]= "Parameter parsing error!!"; 70 #if 0 // fixme to be gone? 68 71 static char szInitError[] = "Unable to initialize audio hardware"; 72 #endif 69 73 static char szHeapError[] = "Heap creation failed!!"; 70 74 static char szAlsaError[] = "Unable to open 32-bit driver. Make sure that UNIAUD32.SYS placed before UNIAUD16.SYS"; 71 75 static char szAlsaAttachError[] = "Unable to attach 32-bit driver"; 76 #if 0 // fixme to be gone? 72 77 static char szDevice[] = "Device name: "; 78 #endif 73 79 static char NEWLINE[] = "\r\n"; 74 80
Note:
See TracChangeset
for help on using the changeset viewer.