Skip to content

Commit

Permalink
Fix non-Windows building 2 (:skull:)
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicUsername12 committed Mar 16, 2024
1 parent 3ace6eb commit 11ae385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/ExceptionHandler/ExceptionHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ void ExceptionHandler_DisplayErrorInfo(PPCInterpreter_t* hCpu)
bool clipboardSet = false;

// Copy log file to clipboard
#ifdef BOOST_OS_WINDOWS
#if BOOST_OS_WINDOWS
if (OpenClipboard(nullptr))
{
const auto logPath = fs::absolute(cemuLog_GetLogFilePath());
Expand Down

0 comments on commit 11ae385

Please sign in to comment.