Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
c81245cd
Commit
c81245cd
authored
Dec 15, 2003
by
hartman
Browse files
* Fix the problem with OpenDVD crash.
parent
716dd47a
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/modules_inner.h
View file @
c81245cd
...
...
@@ -2,7 +2,7 @@
* modules_inner.h : Macros used from within a module.
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: modules_inner.h,v 1.4
1
2003/12/1
3
1
7:16:11 gbazi
n Exp $
* $Id: modules_inner.h,v 1.4
2
2003/12/1
5
1
5:06:23 hartma
n Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
@@ -58,7 +58,7 @@
# define DECLARE_SYMBOLS struct _u_n_u_s_e_d_
# define STORE_SYMBOLS struct _u_n_u_s_e_d_
#elif defined( __PLUGIN__ )
# define E_( function )
function
# define E_( function )
CONCATENATE( function, MODULE_SYMBOL )
# define __VLC_SYMBOL( symbol ) CONCATENATE( symbol, MODULE_SYMBOL )
# define DECLARE_SYMBOLS module_symbols_t* p_symbols
# define STORE_SYMBOLS p_symbols = p_module->p_symbols
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment