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