Sha256: a5c667f78b7bbaa5fe7eeec888e2ed5dea3be24ba37cf419c7830565b2510622
Contents?: true
Size: 278 Bytes
Versions: 5
Compression:
Stored size: 278 Bytes
Contents
// File: lzham_threading.h // See Copyright Notice and license at the end of include/lzham.h #if LZHAM_USE_WIN32_API #include "lzham_win32_threading.h" #elif LZHAM_USE_PTHREADS_API #include "lzham_pthreads_threading.h" #else #include "lzham_null_threading.h" #endif
Version data entries
5 entries across 5 versions & 1 rubygems