Leaked source code of windows server 2003
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.

26 lines
418 B

  1. #ifndef _PCH_H
  2. #define _PCH_H
  3. #ifndef WIN32_LEAN_AND_MEAN
  4. #define WIN32_LEAN_AND_MEAN
  5. #endif
  6. #include <windows.h>
  7. #include <objbase.h>
  8. #include <sti.h>
  9. #include <stiusd.h>
  10. #include <wiamindr.h>
  11. #ifdef USE_REAL_EVENTS
  12. #include <devioctl.h>
  13. #include <usbscan.h>
  14. #endif // USE_REAL_EVENTS
  15. #include "resource.h"
  16. #include "wiaprop.h"
  17. #include "scanapi.h"
  18. #include "wiascanr.h"
  19. #endif