From fcb88e73ce3953940ef28c097b2a615ca5970aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 8 Jan 2006 12:15:39 +0000 Subject: *BUGFIX* Used the same pludindir and path separator for native Win32 and CygWin. Fixed build of the plugins using X11 on CygWin. CVS patchset: 7833 CVS date: 2006/01/08 12:15:39 --- lib/os_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/os_internal.h b/lib/os_internal.h index ff2e28273..67008c260 100644 --- a/lib/os_internal.h +++ b/lib/os_internal.h @@ -17,7 +17,7 @@ #endif -#if defined(WIN32) +#if defined(WIN32) || defined(__CYGWIN__) # define XINE_PATH_SEPARATOR_STRING ";" # define XINE_PATH_SEPARATOR_CHAR ';' # define XINE_DIRECTORY_SEPARATOR_STRING "\\" -- cgit v1.2.3