forked from len0rd/rockbox
Various adjustments for MSVC.
- MSVC uses different namings in some places. Adjust the sources via the preprocessor if build with MSVC. - MSVC doesn't know about __func__, use name instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31185 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d2c1ece304
commit
5ffd2f7598
3 changed files with 10 additions and 3 deletions
|
|
@ -139,7 +139,7 @@ void BootloaderInstallBase::downloadBlFinish(bool error)
|
|||
|
||||
void BootloaderInstallBase::installBlfile(void)
|
||||
{
|
||||
qDebug() << "[BootloaderInstallBase]" << __func__;
|
||||
qDebug() << "[BootloaderInstallBase] installBlFile(void)";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue