mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 20:21:17 +00:00
[MSACM32]
* Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61780
This commit is contained in:
parent
ea99137843
commit
9b0d1bcfb3
1 changed files with 5 additions and 4 deletions
|
@ -20,19 +20,20 @@
|
|||
#ifndef __WINE_WINEACM_H
|
||||
#define __WINE_WINEACM_H
|
||||
|
||||
#include <config.h>
|
||||
#include <wine/config.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define NOBITMAP
|
||||
|
||||
#include <wine/msacmdrv.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include <wine/msacmdrv.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msacm);
|
||||
|
||||
/***********************************************************************
|
||||
|
|
Loading…
Reference in a new issue