forked from len0rd/rockbox
features.h was renamed to options.h since it collided with the system
header file using that name when building the simulator... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2205 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2f9b54b251
commit
6e881b4833
6 changed files with 8 additions and 8 deletions
|
|
@ -17,8 +17,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __FEATURES_H__
|
||||
#define __FEATURES_H__
|
||||
#ifndef __OPTIONS_H__
|
||||
#define __OPTIONS_H__
|
||||
|
||||
#ifndef DISABLE_SCREENSAVERS
|
||||
#define USE_SCREENSAVERS
|
||||
|
|
@ -28,4 +28,4 @@
|
|||
#define USE_GAMES
|
||||
#endif
|
||||
|
||||
#endif /* End __FEATURES_H__ */
|
||||
#endif /* End __OPTIONS_H__ */
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include "features.h"
|
||||
#include "options.h"
|
||||
|
||||
#ifdef USE_SCREENSAVERS
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include "features.h"
|
||||
#include "options.h"
|
||||
|
||||
#ifdef USE_SCREENSAVERS
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include "features.h"
|
||||
#include "options.h"
|
||||
|
||||
#ifdef USE_SCREENSAVERS
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include "features.h"
|
||||
#include "options.h"
|
||||
#ifdef USE_GAMES
|
||||
|
||||
#include <sprintf.h>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include "features.h"
|
||||
#include "options.h"
|
||||
|
||||
#ifdef USE_GAMES
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue