summaryrefslogtreecommitdiff
path: root/apps/gui/wps_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps_parser.c')
-rw-r--r--apps/gui/wps_parser.c17
1 files changed, 14 insertions, 3 deletions
diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c
index 714c419af1..b2baddd747 100644
--- a/apps/gui/wps_parser.c
+++ b/apps/gui/wps_parser.c
@@ -28,14 +28,25 @@
28#include "plugin.h" 28#include "plugin.h"
29 29
30#ifdef __PCTOOL__ 30#ifdef __PCTOOL__
31#ifdef WPSEDITOR
32#include "proxy.h"
33#include "settings.h"
34#include "sysfont.h"
35#include "gwps.h"
36#include "font.h"
37#include "bmp.h"
38#include "backdrop.h"
39#include "ctype.h"
40#else
41#include "checkwps.h"
42#define SYSFONT_HEIGHT 8
31#define DEBUGF printf 43#define DEBUGF printf
44#endif /*WPSEDITOR*/
32#define FONT_SYSFIXED 0 45#define FONT_SYSFIXED 0
33#define FONT_UI 1 46#define FONT_UI 1
34#define SYSFONT_HEIGHT 8
35#include "checkwps.h"
36#else 47#else
37#include "debug.h" 48#include "debug.h"
38#endif 49#endif /*__PCTOOL__*/
39 50
40#ifndef __PCTOOL__ 51#ifndef __PCTOOL__
41#include <ctype.h> 52#include <ctype.h>