Commit 73d6b9d9 authored by Sam Hocevar's avatar Sam Hocevar

* ./include/os_specific.h: got it wrong once again... alcohol is bad, kids.

parent 8c913218
......@@ -2,7 +2,7 @@
* os_specific.h: OS specific features
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: os_specific.h,v 1.6 2002/04/28 02:46:31 sam Exp $
* $Id: os_specific.h,v 1.7 2002/04/28 09:05:37 sam Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Gildas Bazin <gbazin@netcourrier.com>
......@@ -53,7 +53,7 @@ struct main_sys_s;
void system_Configure ( void );
void system_End ( void );
#else
# define system_Init( dummy, dummy, dummy ) {}
# define system_Init( a, b, c ) {}
# define system_Configure( ) {}
# define system_End( ) {}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment