Ignore:
Timestamp:
Jun 13, 2007, 1:07:23 AM (18 years ago)
Author:
stevenhl
Message:

Get rid of some warnings
Add fixme notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/init.cpp

    r33 r134  
    6464static char szCopyRight1[]= "Copyright 2000-2002 InnoTek Systemberatung GmbH";
    6565static char szCopyRight2[]= "Copyright 2002 IBM Corporation";
     66#if 0 // fixme to be gone?
    6667static char szCopyRight3[]= "Maintained by http://os2.kiev.ua/en/uniaud.php";
     68#endif
    6769static char szParamError[]= "Parameter parsing error!!";
     70#if 0 // fixme to be gone?
    6871static char szInitError[] = "Unable to initialize audio hardware";
     72#endif
    6973static char szHeapError[] = "Heap creation failed!!";
    7074static char szAlsaError[] = "Unable to open 32-bit driver. Make sure that UNIAUD32.SYS placed before UNIAUD16.SYS";
    7175static char szAlsaAttachError[] = "Unable to attach 32-bit driver";
     76#if 0 // fixme to be gone?
    7277static char szDevice[] = "Device name: ";
     78#endif
    7379static char NEWLINE[]     = "\r\n";
    7480
Note: See TracChangeset for help on using the changeset viewer.