mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 17:01:53 +00:00
[CMIDRIVER]
* Improve header inclusions for cmicontrol and cmicpl. svn path=/trunk/; revision=59607
This commit is contained in:
parent
7d75217d58
commit
b6e487149c
2 changed files with 4 additions and 1 deletions
|
@ -29,6 +29,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
#include <math.h>
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <devioctl.h>
|
||||
#include <commctrl.h>
|
||||
|
@ -37,9 +38,10 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
#include <cpl.h>
|
||||
|
||||
#include <ks.h>
|
||||
#include <mmreg.h>
|
||||
#include <ksmedia.h>
|
||||
#include <mmsystem.h>
|
||||
#include <mmreg.h>
|
||||
|
||||
|
||||
#define INITGUID
|
||||
#define DIRECTSOUND_VERSION 0x800
|
||||
|
|
|
@ -25,6 +25,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <shellapi.h>
|
||||
#include <tchar.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue