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