winmm/tests: Fix the includes for generated.c.
This commit is contained in:
parent
e31d53616f
commit
3101b50121
@ -11,7 +11,8 @@
|
|||||||
|
|
||||||
#define WINE_NOWINSOCK
|
#define WINE_NOWINSOCK
|
||||||
|
|
||||||
#include "windows.h"
|
#include "windef.h"
|
||||||
|
#include "mmsystem.h"
|
||||||
|
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
|
|
||||||
|
@ -1737,7 +1737,8 @@ mmsystem.h
|
|||||||
|
|
||||||
%include
|
%include
|
||||||
|
|
||||||
"windows.h"
|
"windef.h"
|
||||||
|
"mmsystem.h"
|
||||||
|
|
||||||
%type
|
%type
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user