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:
Frank Gevaerts 2009-10-07 16:54:15 +00:00
parent 9e9a913829
commit 6e11572e07
9 changed files with 98 additions and 8 deletions

View file

@ -28,9 +28,7 @@
#ifndef _RBUNICODE_H_
#define _RBUNICODE_H_
#ifndef __PCTOOL__
#include "config.h"
#endif
#define MASK 0xC0 /* 11000000 */
#define COMP 0x80 /* 10x */