18#ifndef _WIZARDSTOOLKIT_THREAD_H
19#define _WIZARDSTOOLKIT_THREAD_H
21#if defined(__cplusplus) || defined(c_plusplus)
25#if defined(WIZARDSTOOLKIT_THREAD_SUPPORT)
27#elif defined(WIZARDSTOOLKIT_HAVE_WINTHREADS)
33#if defined(WIZARDSTOOLKIT_THREAD_SUPPORT)
35#elif defined(MAGICKORE_HAVE_WINTHREADS)
49#if defined(__cplusplus) || defined(c_plusplus)
WizardExport void * WizardGetThreadValue(WizardThreadKey)
WizardExport WizardBooleanType WizardCreateThreadKey(WizardThreadKey *)
WizardExport WizardBooleanType WizardSetThreadValue(WizardThreadKey, const void *)
WizardExport WizardBooleanType WizardDeleteThreadKey(WizardThreadKey)