silence some printouts

This commit is contained in:
Aaron Culliney 2014-02-01 12:18:07 -08:00
parent 5215358800
commit 4ce4a37dd3

View File

@ -616,7 +616,9 @@ bool DSInit()
if(g_fh) if(g_fh)
{ {
#if !defined(APPLE2IX)
fprintf(g_fh, "Number of sound devices = %d\n",num_sound_devices); fprintf(g_fh, "Number of sound devices = %d\n",num_sound_devices);
#endif
} }
bool bCreatedOK = false; bool bCreatedOK = false;
@ -633,7 +635,9 @@ bool DSInit()
#endif #endif
if(SUCCEEDED(hr)) if(SUCCEEDED(hr))
{ {
#if !defined(APPLE2IX)
if(g_fh) fprintf(g_fh, "DSCreate succeeded for sound device #%d\n",x); if(g_fh) fprintf(g_fh, "DSCreate succeeded for sound device #%d\n",x);
#endif
bCreatedOK = true; bCreatedOK = true;
break; break;
} }