if __CONFIG_H__ is defined, don't include config.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6507 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5195619829
commit
13cad904ae
1 changed files with 4 additions and 0 deletions
|
@ -16,7 +16,11 @@
|
||||||
* KIND, either express or implied.
|
* KIND, either express or implied.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
#ifndef __CONFIG_H__
|
||||||
|
/* to easier allow this source file to be used even from tools when config.h
|
||||||
|
cannot be included safely */
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LCD_CHARCELLS
|
#ifdef HAVE_LCD_CHARCELLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue