mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
16 lines
234 B
C
16 lines
234 B
C
|
|
#ifndef _TWAIN32_PRECOMP_H
|
|
#define _TWAIN32_PRECOMP_H
|
|
|
|
#include <wine/config.h>
|
|
|
|
#define NONAMELESSUNION
|
|
#define NONAMELESSSTRUCT
|
|
|
|
#include "twain_i.h"
|
|
|
|
#include <winuser.h>
|
|
|
|
#include <wine/debug.h>
|
|
|
|
#endif /* !_TWAIN32_PRECOMP_H */
|