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:
Jonathan Li 2016-02-04 19:09:57 +00:00
parent d59e4ca4d1
commit 93dc772565
1 changed files with 1 additions and 1 deletions

View File

@ -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
{