mirror of https://github.com/PCSX2/pcsx2.git
10 lines
161 B
C
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
|