pcsx2/3rdparty/w32pthreads/ptw32pch.h

10 lines
161 B
C

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