diff libdvdcss/device.h @ 31099:f43e87f69590

libdvdcss: OS/2 support; this merges upstream revisions 220 and 229.
author diego
date Tue, 11 May 2010 10:58:50 +0000
parents 9e9595c779cf
children cda66f57f7a5
line wrap: on
line diff
--- a/libdvdcss/device.h	Tue May 11 10:51:46 2010 +0000
+++ b/libdvdcss/device.h	Tue May 11 10:58:50 2010 +0000
@@ -52,7 +52,7 @@
 /*****************************************************************************
  * Device reading prototypes, raw-device specific
  *****************************************************************************/
-#ifndef WIN32
+#if !defined(WIN32) && !defined(SYS_OS2)
 int _dvdcss_raw_open     ( dvdcss_t, char const * );
 #endif