mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2910 96395faa-99c1-11dd-bbfe-3dabce05a288
13 lines
No EOL
201 B
C
13 lines
No EOL
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 |