mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:02:02 +00:00
[MSACM32] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
68430db462
commit
168ccfac22
12 changed files with 137 additions and 23 deletions
17
dll/win32/msacm32/precomp.h
Normal file
17
dll/win32/msacm32/precomp.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
#ifndef _WINEACM_PRECOMP_H
|
||||
#define _WINEACM_PRECOMP_H
|
||||
|
||||
#include <wine/config.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define NOBITMAP
|
||||
|
||||
#include "wineacm.h"
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
#endif /* !_WINEACM_PRECOMP_H */
|
Loading…
Add table
Add a link
Reference in a new issue