mirror of https://github.com/PCSX2/pcsx2.git
GSdx: Missed a _WINDOWS usage...
Visual Studio Find and Replace can only be trusted if all the files are included in the project. I suppose it's time to add any missing files to the relevant projects...
This commit is contained in:
parent
d59e4ca4d1
commit
93dc772565
|
@ -35,7 +35,7 @@ protected:
|
|||
// For the moment let's keep pthread but uses new std object (mutex, cond_var)
|
||||
//#define _STD_THREAD_
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#ifdef _WIN32
|
||||
|
||||
class GSThread : public IGSThread
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue