medfall

A super great game engine
Log | Files | Refs

pthread.h (581B)


      1 /*  Relacy Race Detector
      2  *  Copyright (c) 2008-2013, Dmitry S. Vyukov
      3  *  All rights reserved.
      4  *  This software is provided AS-IS with no warranty, either express or implied.
      5  *  This software is distributed under a license and may not be copied,
      6  *  modified or distributed except as expressly authorized under the
      7  *  terms of the license contained in the file LICENSE in this distribution.
      8  */
      9 
     10 #ifndef RL_PTHREAD_IFACE_HPP
     11 #define RL_PTHREAD_IFACE_HPP
     12 #ifdef _MSC_VER
     13 #   pragma once
     14 #endif
     15 
     16 
     17 #include "relacy.hpp"
     18 #include "stdlib/pthread.hpp"
     19 
     20 
     21 #endif