"Raphael" fenix@club-internet.fr wrote:
@@ -131,6 +149,7 @@ }
static BOOL PostMessageToProcessMsgThread(IDirectMusicPerformance8Impl* This, UINT iMsg) {
- return FALSE; if (FALSE == This->procThreadTicStarted && PROCESSMSG_EXIT != iMsg) { This->procThread = CreateThread(NULL, 0, ProcessMsgThread, This, 0, &This->procThreadId); if (NULL == This->procThread) return FALSE;
Are you sure you want this change to be included?