diff options
Diffstat (limited to 'demos/modules')
-rw-r--r-- | demos/modules/gos/threads_advanced/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gos/threads_advanced/main.c b/demos/modules/gos/threads_advanced/main.c index dd4332ed..2f3a3b47 100644 --- a/demos/modules/gos/threads_advanced/main.c +++ b/demos/modules/gos/threads_advanced/main.c @@ -41,7 +41,7 @@ #include "gfx.h" GTimer gt; -gfxThreadHandle thd; +gThread thd; #if defined(WIN32) #include <windows.h> |