sustaining_gazes/lib/3rdParty/dlib/include/dlib/threads/threads_kernel.h
2016-04-28 15:40:36 -04:00

18 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_