X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi.h;fp=src%2Fftdi.h;h=fd9a8a968c3c4257498a4488e3125c68ba7414b3;hp=ca38bbe6c382c2fc8ab8c3958d4afe53e93033a5;hb=223e5aae4f0dcf228d758ae60f02398e3d1e95da;hpb=2f2d0deec2c1c33d233f4e4811191ee757b6420a diff --git a/src/ftdi.h b/src/ftdi.h index ca38bbe..fd9a8a9 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -18,7 +18,9 @@ #define __libftdi_h__ #include +#ifndef _WIN32 #include +#endif /* 'interface' might be defined as a macro on Windows, so we need to * undefine it so as not to break the current libftdi API, because