mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
15 lines
242 B
C
15 lines
242 B
C
|
|
#ifndef _WINE_DDRAW_PRECOMP_H
|
|
#define _WINE_DDRAW_PRECOMP_H
|
|
|
|
#include <wine/config.h>
|
|
#include <wine/port.h>
|
|
|
|
#include <stdarg.h>
|
|
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOW_H
|
|
|
|
#include "ddraw_private.h"
|
|
|
|
#endif /* !_WINE_DDRAW_PRECOMP_H */
|