Removed constexpr
Only works with newer C++ standard
This commit is contained in:
parent
655b52d683
commit
921cff2896
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ static void clipboard_read(TrapContext* ctx, HWND hwnd, bool keyboardinject)
|
|||
if (text)
|
||||
{
|
||||
#ifdef AMIBERRY
|
||||
if constexpr (true)
|
||||
if (true)
|
||||
{
|
||||
#else
|
||||
hglb = GetClipboardData (CF_UNICODETEXT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue