25 #ifndef SFML_THREADWIN32_HPP
26 #define SFML_THREADWIN32_HPP
31 #include <SFML/System/NonCopyable.hpp>
48 typedef void (*FuncType)(
void*);
57 Thread(FuncType Function,
void* UserData = NULL);
110 static unsigned int __stdcall ThreadFunc(
void* UserData);
123 #endif // SFML_THREADWIN32_HPP