my old brain has forgotten to write #endif
parent
d3a40bbf83
commit
198a66b813
|
@ -87,6 +87,7 @@ namespace tgui
|
|||
strcpy_s(pchData, sizeof(pchData), m_contents.toAnsiString().c_str());
|
||||
#else
|
||||
strcpy(pchData, m_contents.toAnsiString().c_str());
|
||||
#endif
|
||||
|
||||
SetClipboardData(CF_TEXT, hGlobal);
|
||||
|
||||
|
|
Loading…
Reference in New Issue