(svn r11826) -Fix (r10444): at least one instance of dmusic driver is needed for it to be registered and usable
This commit is contained in:
		@@ -15,6 +15,7 @@
 | 
				
			|||||||
#include <dmusicc.h>
 | 
					#include <dmusicc.h>
 | 
				
			||||||
#include <dmusicf.h>
 | 
					#include <dmusicf.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					static FMusicDriver_DMusic iFMusicDriver_DMusic;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** the performance object controls manipulation of the segments */
 | 
					/** the performance object controls manipulation of the segments */
 | 
				
			||||||
static IDirectMusicPerformance* performance = NULL;
 | 
					static IDirectMusicPerformance* performance = NULL;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user