@@ -34,13 +34,13 @@ typedef DWORD OFTLSKey; #elif defined(OF_MORPHOS) # include typedef ULONG OFTLSKey; #elif defined(OF_AMIGAOS) -typedef struct OFTLSKey { +typedef struct _OFTLSKey { struct objc_hashtable *table; - struct OFTLSKey *next, *previous; + struct _OFTLSKey *next, *previous; } *OFTLSKey; #endif #ifdef __cplusplus extern "C" {