mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
rbutil: move extern "C" declaration into mkamsboot.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22319 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f4e2d83f04
commit
cb55d5c65f
2 changed files with 9 additions and 4 deletions
|
|
@ -21,10 +21,7 @@
|
|||
#include "bootloaderinstallbase.h"
|
||||
#include "bootloaderinstallams.h"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "../mkamsboot/mkamsboot.h"
|
||||
};
|
||||
#include "../mkamsboot/mkamsboot.h"
|
||||
|
||||
BootloaderInstallAms::BootloaderInstallAms(QObject *parent)
|
||||
: BootloaderInstallBase(parent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue