X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=pciutils.h;h=020c02a1c668f92a6c7dd4761f5e61b0637680b4;hb=370be0ded3a0aaa0fff48c9e2e467ed477bc5745;hp=53e0ee1b1c4db34ef06aedc13ca05b75e65bb925;hpb=668b22f9427bc81743e4980a962840c8e2dccd0e;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