git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-48
2004-05-29 Martin Mares <mj@ucw.cz>
+ * Released as 2.1.99-test5.
+
* lib/pci.h: Windows don't have the standard u_int* types.
* lib/internal.h: <sys/param.h> required on Windows for endianity
--- /dev/null
+Since 2.1.99-test5, pciutils should also be compilable on Windows.
+
+However, you need to configure the package manually:
+
+lib/config.mk:
+
+ARCH_I386=1
+HAVE_PM_INTEL_CONF=1
+OS_WINDOWS=1
+
+lib/config.h:
+
+#define ARCH_I386
+#define OS_WINDOWS
+#define HAVE_PM_INTEL_CONF
+#define PATH_PCI_IDS "pci.ids"
+#define PCILIB_VERSION "2.1.99-test5"