summaryrefslogtreecommitdiff
path: root/win32/config.h
diff options
context:
space:
mode:
authorTim Champagne <tchamp@users.sourceforge.net>2003-05-20 10:52:03 +0000
committerTim Champagne <tchamp@users.sourceforge.net>2003-05-20 10:52:03 +0000
commit1f93c3866ac62e671b02ba83978282924086042e (patch)
tree421b66e117f56ec2ad5758a8bd58339c7dc98edf /win32/config.h
parent42bdd7408c91af52e8be18349f625cc6bb78d8f4 (diff)
downloadxine-lib-1f93c3866ac62e671b02ba83978282924086042e.tar.gz
xine-lib-1f93c3866ac62e671b02ba83978282924086042e.tar.bz2
This fixes the msvc projects to use the internal xine libdvdnav.
CVS patchset: 4882 CVS date: 2003/05/20 10:52:03
Diffstat (limited to 'win32/config.h')
-rwxr-xr-xwin32/config.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/win32/config.h b/win32/config.h
index f050a62ed..a0137d99a 100755
--- a/win32/config.h
+++ b/win32/config.h
@@ -354,7 +354,7 @@
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "1-beta6"
+#define VERSION "1-beta12"
/* xine major version number */
#define XINE_MAJOR 1
@@ -376,7 +376,7 @@
/* Define this if you want nvtvd tvmode support */
/* #undef XINE_HAVE_NVTV */
-#define HAVE_DVDCSS_DVDCSS_H 1
+/*#undef HAVE_DVDCSS_DVDCSS_H */
#if defined(WIN32)
@@ -470,6 +470,11 @@ static char * exec_path_append_subdir( char * string )
#define XINE_FONTDIR exec_path_append_subdir( "fonts" )
#define XINE_LOCALEDIR exec_path_append_subdir( "locale" )
+#define S_ISDIR(m) ((m) & _S_IFDIR)
+#define S_ISREG(m) ((m) & _S_IFREG)
+#define S_ISBLK(m) 0
+#define S_ISCHR(m) 0
+
#else
/* Path where catalog files will be. */
@@ -499,4 +504,5 @@ static char * exec_path_append_subdir( char * string )
/* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef size_t */
+
#endif /* defined CONFIG_H */