diff --git a/Source/Core/Common/Src/Misc.cpp b/Source/Core/Common/Src/Misc.cpp index 3b075f3dbc..aafe37886f 100644 --- a/Source/Core/Common/Src/Misc.cpp +++ b/Source/Core/Common/Src/Misc.cpp @@ -17,6 +17,10 @@ #include "Common.h" +#ifdef __APPLE__ +#define __thread +#endif + // Generic function to get last error message. // Call directly after the command or use the error num. // This function might change the error code. diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp b/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp index 0968a04767..a6dbb835d2 100644 --- a/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp +++ b/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp @@ -259,4 +259,4 @@ void VideoSoftware::UpdateFPSDisplay(const char *text) OpenGL_SetWindowText(temp); } -} \ No newline at end of file +}