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
8 lines
151 B
C
8 lines
151 B
C
|
|
// Pcsx2-specific Feature: Precompiled Header support!
|
|
|
|
#include "ptw32pch.h"
|
|
|
|
#ifndef PTW32_BUILD
|
|
# pragma comment(lib, "w32pthreads.v4.lib")
|
|
#endif
|