The problem is: When I include , I've got follow errors:
dmdls.h:81: error: declaration of `WLOOP _DMUS_REGION::WLOOP[1]'
dls1.h:264: error: changes meaning of WLOOP' from
typedef struct _rloop WLOOP'
An example:
using namespace std;
#include <d3d9.h>
#include <dmusici.h>
int main()
{
return 0;
}