From 78d29f535ff14a5f213125baf63fa2961be17d79 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 26 Mar 2008 23:35:34 +0000 Subject: Major cleanup of checkwps - fix all warnings and add a script to build versions for all supported targets (plus some unsupported ones). You now need to run the version of checkwps that matches the device your WPS is for. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16831 a1c6a512-1295-4272-9138-f99709370657 --- tools/checkwps/file.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/checkwps/file.h (limited to 'tools/checkwps/file.h') diff --git a/tools/checkwps/file.h b/tools/checkwps/file.h new file mode 100644 index 0000000000..4256c1ee37 --- /dev/null +++ b/tools/checkwps/file.h @@ -0,0 +1,7 @@ +#ifndef MAX_PATH +#define MAX_PATH 260 +#endif + +/* Wrapper - required for O_RDONLY */ + +#include -- cgit v1.2.3