Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
libdlib-dev / usr / include / dlib / threads / threads_kernel.h
Size: Mime:
// 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_