mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Move C linkage binding for c++ to exporting header files instead of includes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17609 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b2ee5bc6b6
commit
3f65a7051f
9 changed files with 51 additions and 26 deletions
|
|
@ -24,10 +24,7 @@
|
|||
|
||||
#include "rbsettings.h"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "rbspeex.h"
|
||||
}
|
||||
#include "rbspeex.h"
|
||||
|
||||
|
||||
class EncBase : public QObject
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue