wok annotate faac/stuff/gcc44.patch @ rev 15511
Up: thunderbird-langpack-en_US (17.0.10esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Nov 19 22:24:17 2013 +0100 (2013-11-19) |
parents | |
children |
rev | line source |
---|---|
paul@3856 | 1 --- mpeg4ip.h.old Mon Jan 26 22:42:35 2009 |
paul@3856 | 2 +++ mpeg4ip.h Thu Aug 6 20:07:05 2009 |
paul@3856 | 3 @@ -121,9 +121,9 @@ |
paul@3856 | 4 #include <sys/param.h> |
paul@3856 | 5 |
paul@3856 | 6 #ifdef __cplusplus |
paul@3856 | 7 -extern "C" { |
paul@3856 | 8 +extern "C++" { |
paul@3856 | 9 #endif |
paul@3856 | 10 -char *strcasestr(const char *haystack, const char *needle); |
paul@3856 | 11 +const char *strcasestr(const char *haystack, const char *needle); |
paul@3856 | 12 #ifdef __cplusplus |
paul@3856 | 13 } |
paul@3856 | 14 #endif |