X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fwin32%2Fmsacm32%2Fwineacm.h;h=37d639d215071d64f7b1a07eea15f7f0e8fcc39d;hp=11dea6e05b7e82127effbeab32c97f4b75ce0088;hb=168ccfac22fd3a101d6b7bcf8007ec4c78f8f1b2;hpb=68430db4622d6920be15484108f0c75e43c6b86a diff --git a/dll/win32/msacm32/wineacm.h b/dll/win32/msacm32/wineacm.h index 11dea6e05b7..37d639d2150 100644 --- a/dll/win32/msacm32/wineacm.h +++ b/dll/win32/msacm32/wineacm.h @@ -20,21 +20,11 @@ #ifndef __WINE_WINEACM_H #define __WINE_WINEACM_H -#include - -#include - -#define WIN32_NO_STATUS -#define NOBITMAP - #include #include - -#include +#ifdef __REACTOS__ #include -#include - -WINE_DEFAULT_DEBUG_CHANNEL(msacm); +#endif /*********************************************************************** * Wine specific - Win32 @@ -162,6 +152,6 @@ LRESULT CALLBACK PCM_DriverProc(DWORD_PTR dwDevID, HDRVR hDriv, UINT wMsg, LPARAM dwParam1, LPARAM dwParam2) DECLSPEC_HIDDEN; /* Dialog box templates */ -#include +#include "msacmdlg.h" #endif /* __WINE_WINEACM_H */