From 9f4ee795425624ed56beb6c8133d5532b7344b7b Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 22 Jan 2012 19:46:27 +0100 Subject: Fix checkwps. Change-Id: Ia530de560c17b9b3a71c3d9117c7cdc72ec7569d --- firmware/export/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/thread.h b/firmware/export/thread.h index aaf9f4b..577cdc1 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 */ -- cgit v1.1