reactos/dll/win32/twain_32/precomp.h
2018-03-23 12:33:24 +01:00

17 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 */