my old brain has forgotten to write #endif

0.8
SHADOW the Dark HACKER 2015-02-02 14:47:37 +01:00
parent d3a40bbf83
commit 198a66b813
1 changed files with 1 additions and 0 deletions

View File

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