Repository URL to install this package:
|
Version:
19.0-2 ▾
|
// 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_