Removed constexpr

Only works with newer C++ standard
This commit is contained in:
Dimitris Panokostas 2020-07-06 02:10:53 +02:00
parent 655b52d683
commit 921cff2896

View file

@ -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);