X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fwin32_specific.h;h=28ee141725af9f4873f1b62208019c7bcdd641ff;hb=7b1f2ee470b3554ffec9a31f626b19873a855bf2;hp=c6ccb6a64f9a750743fcd33d04f39bae1556b5b9;hpb=cdf126129d9ea4f4842d7837439fb0cea517692b;p=vlc diff --git a/include/win32_specific.h b/include/win32_specific.h index c6ccb6a64f..28ee141725 100644 --- a/include/win32_specific.h +++ b/include/win32_specific.h @@ -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 $ + * $Id: win32_specific.h,v 1.5 2004/01/25 18:17:08 zorglub Exp $ * * Authors: Samuel Hocevar + * Gildas Bazin * * 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 ); -