From d71d7775b421a40f8debe2baa5de34e6bc62feb6 Mon Sep 17 00:00:00 2001 From: "ardi@ist-einmalig.de" Date: Fri, 8 May 2009 21:02:41 +0000 Subject: [PATCH] disabled mutex/lock because of problems with FW 4.0 --- source/libwiigui/gui.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/libwiigui/gui.h b/source/libwiigui/gui.h index fe870fd0..b7b6ec7d 100644 --- a/source/libwiigui/gui.h +++ b/source/libwiigui/gui.h @@ -422,7 +422,9 @@ public: private: GuiElement *element; }; -#define LOCK(e) SimpleLock LOCK(e) +//#define LOCK(e) SimpleLock LOCK(e) +//disabled because of problems with FW 4.0 +#define LOCK(e) //!Allows GuiElements to be grouped together into a "window" class GuiWindow : public GuiElement