]> git.sesse.net Git - vlc/blobdiff - include/win32_specific.h
* modules/audio_output/directx.c: backport of directx audio changes (13374). Needs...
[vlc] / include / win32_specific.h
index c6ccb6a64f9a750743fcd33d04f39bae1556b5b9..0bf3e4ee7b860b0a5c58460593a3181b56439623 100644 (file)
@@ -1,16 +1,17 @@
 /*****************************************************************************
- * win32_specific.h: Win32 specific features 
+ * win32_specific.h: Win32 specific features
  *****************************************************************************
- * Copyright (C) 2001 VideoLAN
- * $Id: win32_specific.h,v 1.1 2001/11/12 22:42:56 sam Exp $
+ * Copyright (C) 2001 the VideoLAN team
+ * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
+ *          Gildas Bazin <gbazin@netcourrier.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * 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
@@ -21,9 +22,3 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
-/*****************************************************************************
- * Prototypes
- *****************************************************************************/
-void    system_Init ( int *pi_argc, char *ppsz_argv[], char *ppsz_env[] );
-void    system_End  ( void );
-