diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-01-02 22:42:03 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-01-02 22:42:03 +0000 |
commit | 17bfa0f4657219b84b65c413237da5ec67f574a7 (patch) | |
tree | bfeccaf199c6e81f4f67bee112da51972ab5d774 /win32/source/xineui.cpp | |
parent | ceacf9b2a25ab2250dfa45e9c8bb18881a0263dc (diff) | |
download | xine-lib-17bfa0f4657219b84b65c413237da5ec67f574a7.tar.gz xine-lib-17bfa0f4657219b84b65c413237da5ec67f574a7.tar.bz2 |
Prepare compilation of win32 xineui under cygwin.
Minor MSVC changes and "Xine" typos.
CVS patchset: 5977
CVS date: 2004/01/02 22:42:03
Diffstat (limited to 'win32/source/xineui.cpp')
-rw-r--r-- | win32/source/xineui.cpp | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/win32/source/xineui.cpp b/win32/source/xineui.cpp index 79b74c229..30ecfd89a 100644 --- a/win32/source/xineui.cpp +++ b/win32/source/xineui.cpp @@ -17,14 +17,18 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * Xine win32 UI + * xine win32 UI * by Matthew Grooms <elon@altavista.com> */ -#include <xinesuppt.h> #include "xineui.h" -#include <pthread.h> /* pthread_mutex_init() */ +#ifdef _MSC_VER +# include <xinesuppt.h> +#else +# include <sys/stat.h> +#endif +#include <pthread.h> /* #define LOG 1 |