From 726fd4baf03e5f0e5467072bb4fa0a6dc17da390 Mon Sep 17 00:00:00 2001 From: daco65 Date: Fri, 9 Jan 2009 13:24:55 +0000 Subject: [PATCH] fixed thread.h building and moved the pluginmanager from windows as well git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1841 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/Thread.h | 1 + Source/Core/Core/Core.vcproj | 8 ++++++++ Source/Core/DolphinWX/DolphinWX.vcproj | 8 -------- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Source/Core/Common/Src/Thread.h b/Source/Core/Common/Src/Thread.h index fa91d9197d..2dbbcf2b69 100644 --- a/Source/Core/Common/Src/Thread.h +++ b/Source/Core/Common/Src/Thread.h @@ -19,6 +19,7 @@ #define _THREAD_H #ifdef _WIN32 +#include #define THREAD_RETURN DWORD WINAPI #else #define THREAD_RETURN void* diff --git a/Source/Core/Core/Core.vcproj b/Source/Core/Core/Core.vcproj index 86dc37cda9..1c1ece8967 100644 --- a/Source/Core/Core/Core.vcproj +++ b/Source/Core/Core/Core.vcproj @@ -1292,6 +1292,14 @@ RelativePath=".\Src\PatchEngine.h" > + + + + diff --git a/Source/Core/DolphinWX/DolphinWX.vcproj b/Source/Core/DolphinWX/DolphinWX.vcproj index 2a1d07d175..eb48dcc021 100644 --- a/Source/Core/DolphinWX/DolphinWX.vcproj +++ b/Source/Core/DolphinWX/DolphinWX.vcproj @@ -929,14 +929,6 @@ RelativePath=".\src\ISOFile.h" > - - - -