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.

50 lines
953 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. sticomm.h
  5. Abstract:
  6. Author:
  7. Vlad Sadovsky (vlads) 26-Jan-1997
  8. Revision History:
  9. 26-Jan-1997 VladS created
  10. 29-May-2000 ByronC moved all ATL and C++ specific includes to
  11. cplusinc.h, since ATL headers can not
  12. be used in .C files.
  13. --*/
  14. #ifndef WIN32_LEAN_AND_MEAN
  15. #define WIN32_LEAN_AND_MEAN
  16. #endif
  17. #define COBJMACROS
  18. #include <windows.h>
  19. #include <windowsx.h>
  20. #include <objbase.h>
  21. #include <regstr.h>
  22. #include <setupapi.h>
  23. #include <cfgmgr32.h>
  24. #include <devguid.h>
  25. #include "wia.h"
  26. #include "stidebug.h"
  27. #include <stiregi.h>
  28. #include <sti.h>
  29. #include <stierr.h>
  30. #include <stiusd.h>
  31. #include <stilog.h>
  32. #include "stiapi.h"
  33. #include "stirc.h"
  34. #include "stipriv.h"
  35. #include "wiapriv.h"
  36. #include "debug.h"
  37. #include <stdio.h>