[PATCH 3/3] winmm/tests: Fix the includes for generated.c

Michael Stefaniuc mstefani at redhat.de
Wed Oct 30 19:07:26 CDT 2013


---
 dlls/winmm/tests/generated.c | 3 ++-
 tools/winapi/tests.dat       | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dlls/winmm/tests/generated.c b/dlls/winmm/tests/generated.c
index ae51c64..ccad9a7 100644
--- a/dlls/winmm/tests/generated.c
+++ b/dlls/winmm/tests/generated.c
@@ -11,7 +11,8 @@
 
 #define WINE_NOWINSOCK
 
-#include "windows.h"
+#include "windef.h"
+#include "mmsystem.h"
 
 #include "wine/test.h"
 
diff --git a/tools/winapi/tests.dat b/tools/winapi/tests.dat
index 68d95f7..08474ee 100644
--- a/tools/winapi/tests.dat
+++ b/tools/winapi/tests.dat
@@ -1737,7 +1737,8 @@ mmsystem.h
 
 %include
 
-"windows.h"
+"windef.h"
+"mmsystem.h"
 
 %type
 
-- 
1.8.3.1



More information about the wine-patches mailing list