mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
16 lines
242 B
C
16 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 */
|