summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/src/m_pd.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pdbox/PDa/src/m_pd.h')
-rw-r--r--apps/plugins/pdbox/PDa/src/m_pd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/pdbox/PDa/src/m_pd.h b/apps/plugins/pdbox/PDa/src/m_pd.h
index 49c0af9731..3dc4548781 100644
--- a/apps/plugins/pdbox/PDa/src/m_pd.h
+++ b/apps/plugins/pdbox/PDa/src/m_pd.h
@@ -12,6 +12,13 @@ extern "C" {
12#define PD_MAJOR_VERSION 0 /* ... use these two instead. */ 12#define PD_MAJOR_VERSION 0 /* ... use these two instead. */
13#define PD_MINOR_VERSION 37 13#define PD_MINOR_VERSION 37
14 14
15#ifdef ROCKBOX
16#define FIXEDPOINT
17#define STATIC
18#define PD
19#define USEAPI_ROCKBOX
20#endif
21
15/* old name for "MSW" flag -- we have to take it for the sake of many old 22/* old name for "MSW" flag -- we have to take it for the sake of many old
16"nmakefiles" for externs, which will define NT and not MSW */ 23"nmakefiles" for externs, which will define NT and not MSW */
17#if defined(NT) && !defined(MSW) 24#if defined(NT) && !defined(MSW)