summaryrefslogtreecommitdiffstats
path: root/firmware/export/thread.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2012-01-22 19:46:27 +0100
committerThomas Martitz <kugel@rockbox.org>2012-01-22 19:46:27 +0100
commit9f4ee795425624ed56beb6c8133d5532b7344b7b (patch)
tree0bb3b23c446833936f7d68aa352851d43159c014 /firmware/export/thread.h
parentec36357e8fc59552a66d7ec5b46f2504721e9800 (diff)
downloadrockbox-9f4ee795425624ed56beb6c8133d5532b7344b7b.tar.gz
rockbox-9f4ee795425624ed56beb6c8133d5532b7344b7b.zip
Fix checkwps.
Change-Id: Ia530de560c17b9b3a71c3d9117c7cdc72ec7569d
Diffstat (limited to 'firmware/export/thread.h')
-rw-r--r--firmware/export/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/thread.h b/firmware/export/thread.h
index aaf9f4bf45..577cdc1e61 100644
--- a/firmware/export/thread.h
+++ b/firmware/export/thread.h
@@ -95,7 +95,7 @@
*
* simulator (possibly) doesn't simulate stack usage anyway but well ... */
-#ifdef HAVE_SDL_THREADS
+#if defined(HAVE_SDL_THREADS) || defined(__PCTOOL__)
struct regs
{
void *t; /* OS thread */