about summary refs log tree commit diff
path: root/src/engine/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/system.h')
-rw-r--r--src/engine/system.h2
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);