diff options
Diffstat (limited to 'src/engine/system.h')
| -rw-r--r-- | src/engine/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/system.h b/src/engine/system.h index fe866cdc..5c3fa394 100644 --- a/src/engine/system.h +++ b/src/engine/system.h @@ -292,7 +292,7 @@ int thread_wait(); /* NOT IMPLEMENTED */ void thread_sleep(int milliseconds); /**** Group: Locks ****/ -typedef struct LOCKINTERNAL *LOCK; +typedef void* LOCK; LOCK lock_create(); void lock_destroy(LOCK lock); |