[vlc-devel] [PATCH] vlc_fixups: fix OS/2 compilation
KO Myung-Hun
komh78 at gmail.com
Sun Jul 5 08:13:34 CEST 2015
Rémi Denis-Courmont wrote:
> Le lundi 29 juin 2015, 20:50:55 KO Myung-Hun a écrit :
>> ---
>> include/vlc_fixups.h | 8 ++++----
>> 1 file changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/include/vlc_fixups.h b/include/vlc_fixups.h
>> index b3e1577..9850ccd 100644
>> --- a/include/vlc_fixups.h
>> +++ b/include/vlc_fixups.h
>> @@ -366,10 +366,6 @@ long jrand48 (unsigned short subi[3]);
>> long nrand48 (unsigned short subi[3]);
>> #endif
>>
>> -#ifdef __cplusplus
>> -} /* extern "C" */
>> -#endif
>> -
>> #ifdef __OS2__
>> # undef HAVE_FORK /* Implementation of fork() is imperfect on OS/2 */
>>
>> @@ -388,6 +384,10 @@ struct addrinfo
>> void freeaddrinfo (struct addrinfo *res);
>> #endif
>>
>> +#ifdef __cplusplus
>> +} /* extern "C" */
>> +#endif
>> +
>
> Rather than move it from the wrong place to another wrong place, you might as
> well put it in the correct place...
>
Where is it ?
--
KO Myung-Hun
Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v4.1.32 on Intel Core i7-3615QM 2.30GHz with 8GB RAM
Korean OS/2 User Community : http://www.ecomstation.co.kr
More information about the vlc-devel
mailing list