X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=pciutils.h;h=020c02a1c668f92a6c7dd4761f5e61b0637680b4;hb=c76c7b8811598e8e62500e6b2c06e9fc64a14a23;hp=53e0ee1b1c4db34ef06aedc13ca05b75e65bb925;hpb=37ccbb7e3f7db7d98b3f3c092bc30bbd405e6796;p=pciutils.git diff --git a/pciutils.h b/pciutils.h index 53e0ee1..020c02a 100644 --- a/pciutils.h +++ b/pciutils.h @@ -24,8 +24,9 @@ /* * On Windows only MinGW 3.0 and higher versions provides * header file. Older MinGW versions and MSVC do not have it. + * DJGPP does not provide . */ -#if defined(PCI_OS_WINDOWS) && !(defined(__MINGW32_MAJOR_VERSION) && __MINGW32_MAJOR_VERSION >= 3) +#if defined(PCI_OS_DJGPP) || (defined(PCI_OS_WINDOWS) && !(defined(__MINGW32_MAJOR_VERSION) && __MINGW32_MAJOR_VERSION >= 3)) #include "compat/getopt.h" #else #include