You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
418 B
27 lines
418 B
#ifndef _PCH_H
|
|
#define _PCH_H
|
|
|
|
#ifndef WIN32_LEAN_AND_MEAN
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#endif
|
|
|
|
#include <windows.h>
|
|
#include <objbase.h>
|
|
|
|
#include <sti.h>
|
|
#include <stiusd.h>
|
|
#include <wiamindr.h>
|
|
|
|
#ifdef USE_REAL_EVENTS
|
|
|
|
#include <devioctl.h>
|
|
#include <usbscan.h>
|
|
|
|
#endif // USE_REAL_EVENTS
|
|
|
|
#include "resource.h"
|
|
#include "wiaprop.h"
|
|
#include "scanapi.h"
|
|
#include "wiascanr.h"
|
|
|
|
#endif
|