mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
15 lines
199 B
C
15 lines
199 B
C
![]() |
|
||
|
#ifndef _WINEACM_PRECOMP_H
|
||
|
#define _WINEACM_PRECOMP_H
|
||
|
|
||
|
#include <stdarg.h>
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#define NOBITMAP
|
||
|
|
||
|
#include "wineacm.h"
|
||
|
|
||
|
#include <wine/debug.h>
|
||
|
|
||
|
#endif /* !_WINEACM_PRECOMP_H */
|