forked from len0rd/rockbox
undef the defines that used to be set by the makefile, since it'll prevent
a few people to get warnings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2206 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6e881b4833
commit
9a8382d2dd
1 changed files with 2 additions and 0 deletions
|
|
@ -21,10 +21,12 @@
|
||||||
#define __OPTIONS_H__
|
#define __OPTIONS_H__
|
||||||
|
|
||||||
#ifndef DISABLE_SCREENSAVERS
|
#ifndef DISABLE_SCREENSAVERS
|
||||||
|
#undef USE_SCREENSAVERS /* since older Makefiles set the define */
|
||||||
#define USE_SCREENSAVERS
|
#define USE_SCREENSAVERS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef DISABLE_GAMES
|
#ifndef DISABLE_GAMES
|
||||||
|
#undef USE_GAMES /* since older Makefiles set the define */
|
||||||
#define USE_GAMES
|
#define USE_GAMES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue