2009-03-01 05:06:25 +00:00
|
|
|
|
|
|
|
// Pcsx2-specific Feature: Precompiled Header support!
|
|
|
|
|
|
|
|
#ifndef _PTHREAD_W32_PCH_
|
|
|
|
#define _PTHREAD_W32_PCH_
|
|
|
|
|
2010-04-27 13:06:03 +00:00
|
|
|
#include <errno.h>
|
|
|
|
#include <limits.h>
|
|
|
|
|
2009-03-01 05:06:25 +00:00
|
|
|
#include "pthread.h"
|
|
|
|
#include "implement.h"
|
|
|
|
|
|
|
|
#endif
|