Files
Aethera/kernel/third_party/concurrentqueue-1.0.5/benchmarks/dlib/threads/threads_kernel.h
T
2026-08-23 00:22:28 +08:00

19 lines
330 B
C

// Copyright (C) 2006 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_THREADs_KERNEL_
#define DLIB_THREADs_KERNEL_
#include "../platform.h"
#ifdef WIN32
#include "windows.h"
#endif
#ifndef WIN32
#include "posix.h"
#endif
#endif // DLIB_THREADs_KERNEL_