]> git.sesse.net Git - vlc/commitdiff
more MSVC compilation fixes
authorSteve Lhomme <robux@videolan.org>
Mon, 23 May 2005 16:26:18 +0000 (16:26 +0000)
committerSteve Lhomme <robux@videolan.org>
Mon, 23 May 2005 16:26:18 +0000 (16:26 +0000)
include/configuration.h
msvc/config.h.in

index 92bc61f328ae71a61b0929fc82c4d261cb6597d5..31d9dd6fd686048fa7e267ae404c428c67c8b31b 100644 (file)
@@ -347,7 +347,7 @@ int config_AutoSaveConfigFile( vlc_object_t * );
         i_config++; \
     if(!(i_config%10)) p_config = (module_config_t* )realloc(p_config, \
         (i_config+11) * sizeof(module_config_t)); \
-    {   static module_config_t tmp={}; \
+    {   static module_config_t tmp; \
         p_config[ i_config ] = tmp; \
         p_config[ i_config ].i_type = p_config[ i_config -1 ].i_type; \
         p_config[ i_config ].psz_name = name; \
index 5c00287f3fe7cb23720c7594d459304277f51299..ed3bc92939cc8fe39ccafb7fd31c30fe9a5e7a09 100644 (file)
 
 /* Define to `unsigned' if <sys/types.h> does not define. */
 /* #undef size_t */
+\r
+#define HAVE_STRUCT_ADDRINFO 1\r
+#define HAVE_DYNAMIC_PLUGINS 1