--- mstools/samples/playsnd/init.c 2018/08/09 18:21:49 1.1.1.1 +++ mstools/samples/playsnd/init.c 2018/08/09 18:23:55 1.1.1.2 @@ -41,7 +41,7 @@ BOOL InitApp() #ifdef MEDIA_DEBUG // If we are in DEBUG mode, get debug level for this module dGetDebugLevel(szAppName); - dprintf("started (debug level %d)", __iDebugLevel); + dprintf(("started (debug level %d)", __iDebugLevel)); #endif // define the class of the main window @@ -131,7 +131,7 @@ void TerminateApp() WriteProfileString(szAppName, "bResourceID", buf); - dprintf("ending", szAppName); + dprintf(("ending", szAppName)); dSaveDebugLevel(szAppName); }