Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
eeab7415
Commit
eeab7415
authored
Jan 08, 2004
by
Laurent Aimar
Browse files
* vlc_common: mmh, use right prototype...
parent
835bf800
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_common.h
View file @
eeab7415
...
...
@@ -3,7 +3,7 @@
* Collection of useful common types and macros definitions
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: vlc_common.h,v 1.
99
2004/01/08 1
0:27:06
fenrir Exp $
* $Id: vlc_common.h,v 1.
100
2004/01/08 1
1:18:27
fenrir Exp $
*
* Authors: Samuel Hocevar <sam@via.ecp.fr>
* Vincent Seguin <seguin@via.ecp.fr>
...
...
@@ -614,7 +614,7 @@ static inline uint64_t GetQWLE( void * _p )
#if !defined(HAVE_VASPRINTF) || defined(SYS_DARWIN) || defined(SYS_BEOS)
# define vasprintf vlc_vasprintf
VLC_EXPORT
(
char
*
,
vlc_vasprintf
,
(
const
char
*
s
)
);
VLC_EXPORT
(
int
,
vlc_vasprintf
,
(
char
**
,
const
char
*
,
va_list
)
);
#elif !defined(__PLUGIN__)
# define vlc_vasprintf NULL
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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