From 8dc253dad613fa9408f0a0ccb674e9e77ddef767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 8 Apr 2006 16:42:23 +0000 Subject: Ancient platforms support: - rint, lrint, M_PI (ffmpeg and goom) - avoid mkdir warnings - check for older _GUID_DEFINED too - ressurected generating inttypes, cleaned public os_types.h - moved function redefiniton used only in the old MSVC to central place Windows port update: - build internal ffmpeg: - workaround 'near' keyword problem - proper using __declspec(dllimport) Other changes: - LIBFFMPEG_CFLAGS --> LIBFFMPEG_CPPFLAGS CVS patchset: 7964 CVS date: 2006/04/08 16:42:23 --- win32/include/msvc/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'win32/include') diff --git a/win32/include/msvc/config.h b/win32/include/msvc/config.h index 1429047e0..038508f53 100644 --- a/win32/include/msvc/config.h +++ b/win32/include/msvc/config.h @@ -18,6 +18,10 @@ * X_DISPLAY_MISSING 1 * HAVE_MEMCPY 1 * XINE_REL_PLUGINDIR "lib\\xine\\plugins" + * HAVE__SNPRINTF 1 + * HAVE__VSNPRINTF 1 + * HAVE__STRICMP 1 + * HAVE__STRNICMP 1 * Disable: * esd, arts, alsa, gnome_vfs, png, sdl, speex, x11, theora */ @@ -620,5 +624,9 @@ /* Define this to plugin directory relative to execution prefix */ #define XINE_REL_PLUGINDIR "lib\\xine\\plugins" +#define HAVE__SNPRINTF 1 +#define HAVE__VSNPRINTF 1 +#define HAVE__STRICMP 1 +#define HAVE__STRNICMP 1 #include "os_internal.h" -- cgit v1.2.3