[MPlayer-cvslog] r35255 - trunk/libdvdcss/libdvdcss.c

cehoyos subversion at mplayerhq.hu
Sat Oct 20 09:13:47 CEST 2012


Author: cehoyos
Date: Sat Oct 20 09:13:46 2012
New Revision: 35255

Log:
Try to fix compilation error on some Windows building environments after r35250.

Modified:
   trunk/libdvdcss/libdvdcss.c

Modified: trunk/libdvdcss/libdvdcss.c
==============================================================================
--- trunk/libdvdcss/libdvdcss.c	Thu Oct 18 14:38:58 2012	(r35254)
+++ trunk/libdvdcss/libdvdcss.c	Sat Oct 20 09:13:46 2012	(r35255)
@@ -120,7 +120,7 @@
 #   include <limits.h>
 #endif
 
-#ifdef HAVE_DIRECT_H
+#if HAVE_DIRECT_H
 #   include <direct.h>
 #endif
 
@@ -238,7 +238,7 @@ LIBDVDCSS_EXPORT dvdcss_t dvdcss_open ( 
      */
     if( psz_cache == NULL || psz_cache[0] == '\0' )
     {
-#ifdef HAVE_DIRECT_H
+#if HAVE_DIRECT_H
         typedef HRESULT( WINAPI *SHGETFOLDERPATH )
                        ( HWND, int, HANDLE, DWORD, LPTSTR );
 


More information about the MPlayer-cvslog mailing list