Changeset 238 for OCO/trunk/drv16/init.cpp
- Timestamp:
- Aug 13, 2007, 3:23:41 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/init.cpp
r221 r238 61 61 62 62 63 static char szALSA[] = "OS/2 Universal Audio MMPM/2 Driver v" ALSA_VERSION;63 static char szALSA[] = "OS/2 Universal Audio MMPM/2 Driver v"UNIAUD_VERSION; 64 64 static char szCopyRight1[]= "Copyright 2000-2002 InnoTek Systemberatung GmbH"; 65 65 static char szCopyRight2[]= "Copyright 2002 IBM Corporation"; 66 static char szCopyRight3[]= "Maintained by http://uniaud.netlabs.org";66 static char szCopyRight3[]= "Maintained by Netlabs http://www.netlabs.org"; 67 67 static char szParamError[]= "Parameter parsing error!!"; 68 68 #if 0 // fixme to be gone? … … 147 147 if (fVerbose) { 148 148 149 DosWrite(1, (VOID FAR*)NEWLINE, sizeof(NEWLINE)-1, &result);150 149 DosWrite(1, (VOID FAR*)szALSA, sizeof(szALSA)-1, &result); 151 150 DosWrite(1, (VOID FAR*)NEWLINE, sizeof(NEWLINE)-1, &result); … … 155 154 DosWrite(1, (VOID FAR*)szCopyRight2, sizeof(szCopyRight2), &result); 156 155 DosWrite(1, (VOID FAR*)NEWLINE, sizeof(NEWLINE)-1, &result); 156 DosWrite(1, (VOID FAR*)szCopyRight3, sizeof(szCopyRight3), &result); 157 DosWrite(1, (VOID FAR*)NEWLINE, sizeof(NEWLINE)-1, &result); 157 158 DosWrite(1, (VOID FAR*)NEWLINE, sizeof(NEWLINE)-1, &result); 158 159 }
Note:
See TracChangeset
for help on using the changeset viewer.