mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-17 16:59:17 +01:00
disabled mutex/lock because of problems with FW 4.0
This commit is contained in:
parent
728f0ab124
commit
d71d7775b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user