diff options
Diffstat (limited to 'spectro/usbio.h')
-rw-r--r-- | spectro/usbio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spectro/usbio.h b/spectro/usbio.h index 578bd83..2a01ea3 100644 --- a/spectro/usbio.h +++ b/spectro/usbio.h @@ -44,7 +44,7 @@ struct usb_idevice { # endif /* NT */ -# if defined(UNIX) && defined(__APPLE__) +# if defined(UNIX_APPLE) /* OS X structure version wrangling */ @@ -127,7 +127,7 @@ struct usb_idevice { }; # endif /* OS X */ -# if defined(UNIX) && !defined(__APPLE__) +# if defined(UNIX_X11) # if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) |