* Sync up to trunk head (r65120).
[reactos.git] / dll / win32 / mmdrv / mmdrv.h
index e35f845..a748e61 100644 (file)
 #ifndef MMDRV_H
 #define MMDRV_H
 
-#include <mmioctl.h>
-#include <mmddk.h>
+#include <stdarg.h>
 
-#include <stdio.h>
-#include <debug.h>
+#define WIN32_NO_STATUS
+#include <windef.h>
+#include <winbase.h>
+#include <winioctl.h>
+
+#include "mmioctl.h"
+#include "mmddk.h"
 
 /* Need to check these */
 #define MAX_DEVICES             256
@@ -332,4 +336,4 @@ PerformWaveIO(SessionInfo* session_info);
 
 extern CRITICAL_SECTION critical_section;
 
-#endif
+#endif /* MMDRV_H */