21 lines
659 B
C++
21 lines
659 B
C++
// Copyright (c) 1996-1999 Microsoft Corporation
|
|
|
|
#include <objbase.h>
|
|
#include "initguid.h"
|
|
#include <mmsystem.h>
|
|
#include <dsoundp.h>
|
|
#include "dmusicc.h"
|
|
#include "dmusics.h"
|
|
// @@BEGIN_DDKSPLIT -- This section will be removed in the DDK sample. See ddkreadme.txt for more info.
|
|
#include "dmusici.h"
|
|
#include "dsoundp.h"
|
|
#include "..\shared\dmusiccp.h" // For class ids.
|
|
#if 0 // The following section will only take affect in the DDK sample.
|
|
// @@END_DDKSPLIT
|
|
#include <ks.h>
|
|
#include "umsynth.h"
|
|
// @@BEGIN_DDKSPLIT -- This section will be removed in the DDK sample. See ddkreadme.txt for more info.
|
|
#endif
|
|
// @@END_DDKSPLIT
|
|
#include "dmksctrl.h"
|