]> git.sesse.net Git - vlc/blobdiff - include/os_specific.h
* use the correct terminal to commit changes to the trunk...
[vlc] / include / os_specific.h
index dafab02164c66082751859a2fe61c0527a235194..11f816b90b146153535a397daa48c105a7fc376c 100644 (file)
@@ -2,7 +2,7 @@
  * os_specific.h: OS specific features
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: os_specific.h,v 1.11 2003/09/29 17:36:34 gbazin Exp $
+ * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Gildas Bazin <gbazin@netcourrier.com>
@@ -11,7 +11,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -49,7 +49,7 @@ extern "C" {
     void system_End        ( vlc_t * );
 #else
 #   define system_Init( a, b, c ) {}
-#   define system_Configure( a ) {}
+#   define system_Configure( a, b, c ) {}
 #   define system_End( a ) {}
 #endif