| commit | 076d78b903dd91d59aeb88cce80f1094ad06de96 | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@free.fr> | Wed Aug 11 19:35:34 2004 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Aug 11 19:35:34 2004 +0000 |
| tree | 20cc6895b6a8ad36b56322ef2df6d44dadcc9438 | |
| parent | a560bcb834e56f448c02cb8bd53f1a7160574a28 [diff] [blame] |
Add some missing definitions to mmreg.h. Add #define NOBITMAP where needed in the Wine sources. Fixes the compilation of msacm/tests/msacm.c with the Windows headers.
diff --git a/dlls/msacm/msacm32_main.c b/dlls/msacm/msacm32_main.c index dde962a..643d94b 100644 --- a/dlls/msacm/msacm32_main.c +++ b/dlls/msacm/msacm32_main.c
@@ -28,6 +28,7 @@ #include "winerror.h" #include "wine/debug.h" #include "mmsystem.h" +#define NOBITMAP #include "mmreg.h" #include "msacm.h" #include "msacmdrv.h"