pcsx2/3rdparty/w32pthreads/ptw32pch.h

13 lines
201 B
C

// Pcsx2-specific Feature: Precompiled Header support!
#ifndef _PTHREAD_W32_PCH_
#define _PTHREAD_W32_PCH_
#include <errno.h>
#include <limits.h>
#include "pthread.h"
#include "implement.h"
#endif