mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
17 lines
234 B
C
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 */
|