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.

54 lines
1.1 KiB

  1. #include <nt.h>
  2. #include <ntrtl.h>
  3. #include <nturtl.h>
  4. #include <windows.h>
  5. #include <windowsx.h>
  6. #include <commdlg.h>
  7. #include <shellapi.h>
  8. #include <cfgmgr32.h>
  9. #include <setupapi.h>
  10. #include <shlwapi.h>
  11. #include <regstr.h>
  12. #include <dbt.h>
  13. #include <winioctl.h>
  14. #include <wmium.h>
  15. #include <stdio.h>
  16. //
  17. //#include <malloc.h>
  18. //#include <string.h>
  19. //#include <memory.h>
  20. //#include <objbase.h>
  21. //#include <initguid.h>
  22. //#include <tchar.h>
  23. //
  24. // ISSUE: BrandonA - 9/14/00
  25. // Remove when this it is put somewhere PCI.h can get at...
  26. typedef VOID (*PINTERFACE_REFERENCE)(PVOID Context);
  27. typedef VOID (*PINTERFACE_DEREFERENCE)(PVOID Context);
  28. #include <pci.h>
  29. #include "spci.h" //common header shared between driver and UI
  30. #include "simguid.h"
  31. #include "softpciui.h"
  32. #include "hpsim.h"
  33. #include "resource.h"
  34. #include "spciwnd.h"
  35. #include "device.h"
  36. #include "tree.h"
  37. #include "install.h"
  38. #include "dialog.h"
  39. #include "tabwnd.h"
  40. #include "utils.h"
  41. #include "shpc.h"
  42. #include "spciwmi.h"
  43. #include "cmutil.h"
  44. #include "parseini.h"
  45. #include "debug.h"