Commit 8c913218 authored by Sam Hocevar's avatar Sam Hocevar

* ./include/os_specific.h: fixed my fix. sorry for the trouble.

parent be35da3d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* os_specific.h: OS specific features * os_specific.h: OS specific features
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * Copyright (C) 2001 VideoLAN
* $Id: os_specific.h,v 1.5 2002/04/28 02:27:39 sam Exp $ * $Id: os_specific.h,v 1.6 2002/04/28 02:46:31 sam Exp $
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* Gildas Bazin <gbazin@netcourrier.com> * Gildas Bazin <gbazin@netcourrier.com>
...@@ -53,9 +53,9 @@ struct main_sys_s; ...@@ -53,9 +53,9 @@ struct main_sys_s;
void system_Configure ( void ); void system_Configure ( void );
void system_End ( void ); void system_End ( void );
#else #else
# define system_Init ( dummy, dummy, dummy ) {} # define system_Init( dummy, dummy, dummy ) {}
# define system_Configure ( ) {} # define system_Configure( ) {}
# define system_End ( ) {} # define system_End( ) {}
#endif #endif
# ifdef __cplusplus # ifdef __cplusplus
......
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