Michael Stefaniuc : winmm/tests: Fix the includes for generated.c.

Alexandre Julliard julliard at winehq.org
Thu Oct 31 16:12:39 CDT 2013


Module: wine
Branch: master
Commit: 3101b50121c666c35debfc04ef73d6a72a32ffca
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3101b50121c666c35debfc04ef73d6a72a32ffca

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu Oct 31 01:07:26 2013 +0100

winmm/tests: Fix the includes for generated.c.

---

 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
 




More information about the wine-cvs mailing list