summaryrefslogtreecommitdiffstats
path: root/libdvdcss/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdvdcss/device.h')
-rw-r--r--libdvdcss/device.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libdvdcss/device.h b/libdvdcss/device.h
index d8a73f0d4e..33c53ac64f 100644
--- a/libdvdcss/device.h
+++ b/libdvdcss/device.h
@@ -18,9 +18,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.
*****************************************************************************/
/*****************************************************************************
@@ -52,7 +52,7 @@ int _dvdcss_close ( dvdcss_t );
/*****************************************************************************
* Device reading prototypes, raw-device specific
*****************************************************************************/
-#ifndef WIN32
+#if !defined(WIN32) && !defined(SYS_OS2)
int _dvdcss_raw_open ( dvdcss_t, char const * );
#endif