pcsx2/3rdparty
Miguel A. Colón Vélez 05500bf759 Add local pthread changes.
- Move the 3 public headers to a include directory.
  + pthreads ships a config.h therefore leaving them in the top dir
    pollutes the include path.
- Starting with VS2015, MS defines timespec. Declare to only have it
  if _MSC_VER >= 1900.
- On Linux pthread_t is an integer and you can easily do ==. On Windows
  pthread_t is a structure and ==/!= have to be overloaded or every use of
  those operator must be guaded with #ifdef's.
2015-08-25 09:51:16 -04:00
..
bzip2 Update bzip from 1.0.4 to 1.0.6. 2015-08-22 05:57:20 -04:00
GL Update glext.h to the latest version. 2015-08-22 07:00:56 -04:00
libjpeg Remove vs2012 files. 2015-08-18 01:15:51 -04:00
libpng Remove vs2012 files. 2015-08-18 01:15:51 -04:00
opencl Enable round-tripping. 2015-08-18 00:44:19 -04:00
portaudio Remove vs2012 files. 2015-08-18 01:15:51 -04:00
pthreads4w Add local pthread changes. 2015-08-25 09:51:16 -04:00
soundtouch Update SoundTouch to 1.9.0. 2015-08-22 10:16:27 -04:00
winpcap Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00
wxwidgets3.0 Backport wx30 fix for VS2015. 2015-08-22 10:30:11 -04:00
zlib Update zlib 1.2.7 to 1.2.8. 2015-08-22 06:27:07 -04:00
3rdparty.props Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00
3rdpartyDLL.props Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00
DefaultProjectRootDir.props Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00
svn_readme.txt Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00