forked from len0rd/rockbox
Make the database tool buildable from configure.
Also update the checkwps makefile to make checkwps builds not break git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22998 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9e9a913829
commit
6e11572e07
9 changed files with 98 additions and 8 deletions
|
@ -28,9 +28,7 @@
|
|||
#ifndef _RBUNICODE_H_
|
||||
#define _RBUNICODE_H_
|
||||
|
||||
#ifndef __PCTOOL__
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#define MASK 0xC0 /* 11000000 */
|
||||
#define COMP 0x80 /* 10x */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue