Module: wine Branch: master Commit: 3101b50121c666c35debfc04ef73d6a72a32ffca URL: http://source.winehq.org/git/wine.git/?a=commit;h=3101b50121c666c35debfc04ef...
Author: Michael Stefaniuc mstefani@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