xref: /reactos/dll/win32/twain_32/precomp.h (revision 3435c3b5)
1 
2 #ifndef _TWAIN32_PRECOMP_H
3 #define _TWAIN32_PRECOMP_H
4 
5 #define NONAMELESSUNION
6 #define NONAMELESSSTRUCT
7 
8 #include "twain_i.h"
9 
10 #include <winuser.h>
11 
12 #include <wine/debug.h>
13 
14 #endif /* !_TWAIN32_PRECOMP_H */
15