X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fvlc.c;h=622d8052214edacdec21d34c191e286c9fb255ae;hb=2130ab440846b5c52861ff4614526688cf4d99b7;hp=5f01a83c241a7d0b09e6023daedaf76d0675984a;hpb=77c667f4093a67cca8e77b4cb76a5fd2a674a5bf;p=vlc diff --git a/src/vlc.c b/src/vlc.c index 5f01a83c24..622d805221 100644 --- a/src/vlc.c +++ b/src/vlc.c @@ -2,7 +2,7 @@ * vlc.c: the vlc player ***************************************************************************** * Copyright (C) 1998-2001 VideoLAN - * $Id: vlc.c,v 1.17 2002/11/10 23:41:53 sam Exp $ + * $Id: vlc.c,v 1.19 2002/12/25 23:39:01 sam Exp $ * * Authors: Vincent Seguin * Samuel Hocevar @@ -35,12 +35,6 @@ # include /* time() */ #endif -#ifdef UNDER_CE - /* WinCE needs a WINAPI declaration */ -# define WIN32_LEAN_AND_MEAN -# include -#endif - #include /***************************************************************************** @@ -53,18 +47,9 @@ static void SigHandler ( int i_signal ); /***************************************************************************** * main: parse command line, start interface and spawn threads *****************************************************************************/ -#ifdef UNDER_CE -int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, - LPTSTR lpCmdLine, int nCmdShow ) -#else int main( int i_argc, char *ppsz_argv[] ) -#endif { int i_ret; -#ifdef UNDER_CE - int i_argc = 1; - char *ppsz_argv[] = { lpCmdLine, NULL }; -#endif fprintf( stderr, "VideoLAN Client %s\n", VLC_Version() );