Sha256: 13550b1403f2295d3c76255d00cbc30c8b1d3bac4b4168da3947f5bfb359c3d1
Contents?: true
Size: 330 Bytes
Versions: 13
Compression:
Stored size: 330 Bytes
Contents
// 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_
Version data entries
13 entries across 13 versions & 1 rubygems