Ignore:
Timestamp:
Aug 8, 2010, 5:32:19 AM (15 years ago)
Author:
David Azarewicz
Message:

debug updates

File:
1 edited

Legend:

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

    r526 r534  
    6060#include "mixer.h"
    6161
    62 
     62#ifdef DEBUG
     63static char szALSA[]      = "OS/2 Universal Audio MMPM/2 Driver v"UNIAUD_VERSION"-DEBUG";
     64#else
    6365static char szALSA[]      = "OS/2 Universal Audio MMPM/2 Driver v"UNIAUD_VERSION;
     66#endif
    6467static char szCopyRight1[]= "Copyright 2000-2002 InnoTek Systemberatung GmbH";
    6568static char szCopyRight2[]= "Copyright 2002 IBM Corporation";
    6669static char szCopyRight3[]= "Maintained by Netlabs http://www.netlabs.org";
    6770static char szParamError[]= "Parameter parsing error!!";
    68 #if 0 // fixme to be gone?
    69 static char szInitError[] = "Unable to initialize audio hardware";
    70 #endif
    7171static char szHeapError[] = "Heap creation failed!!";
    7272static char szAlsaError[] = "Unable to open 32-bit driver. Make sure that UNIAUD32.SYS placed before UNIAUD16.SYS";
    7373static char szAlsaAttachError[] = "Unable to attach 32-bit driver";
    74 #if 0 // fixme to be gone?
    75 static char szDevice[] = "Device name: ";
    76 #endif
    7774static char NEWLINE[]     = "\r\n";
    7875
Note: See TracChangeset for help on using the changeset viewer.