summaryrefslogtreecommitdiffstats
path: root/libdvdcss/libdvdcss.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdvdcss/libdvdcss.h')
-rw-r--r--libdvdcss/libdvdcss.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libdvdcss/libdvdcss.h b/libdvdcss/libdvdcss.h
index 80f78c3062..35ffc9b9de 100644
--- a/libdvdcss/libdvdcss.h
+++ b/libdvdcss/libdvdcss.h
@@ -17,9 +17,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with libdvdcss; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*****************************************************************************/
struct iovec;
@@ -62,7 +62,7 @@ struct dvdcss_s
int i_readv_buf_size;
#endif
-#ifndef WIN32
+#if !defined(WIN32) && !defined(SYS_OS2)
int i_raw_fd;
#endif
};