]> git.sesse.net Git - vlc/commitdiff
Fix (Win32) precompiler warnings
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 1 Sep 2007 15:43:37 +0000 (15:43 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 1 Sep 2007 15:43:37 +0000 (15:43 +0000)
src/input/vlm.c

index e38ce3672054bf4517bc694fb9164e25c7dcec32..a2c3f0d909c38fe40966a5f6f3a70ec0bd0208ba 100644 (file)
@@ -744,6 +744,8 @@ static int ExecuteMediaProperty( vlm_t *p_vlm, int64_t id, vlc_bool_t b_new,
     int i_result;
     int i;
 
+#undef ERROR
+#undef MISSING
 #define ERROR( txt ) do { *pp_status = vlm_MessageNew( psz_cmd, txt); goto error; } while(0)
     if( vlm_ControlInternal( p_vlm, VLM_GET_MEDIA, id, &p_cfg ) )
         ERROR( "unknown media" );