OSDN Git Service

Use typecasting from CString to LPCTSTR instead of CString::GetString
authorKazuhiro Fujieda <fujieda@users.sourceforge.jp>
Tue, 13 Sep 2011 04:37:51 +0000 (13:37 +0900)
committerKazuhiro Fujieda <fujieda@users.sourceforge.jp>
Tue, 13 Sep 2011 04:37:51 +0000 (13:37 +0900)
commite3f09df1eb16fa7520ba8bd87e75134d8c1376c4
tree26ff68e036c6b0c2cceb9c17c5523c5512398ca7
parent8902b3f516176286ec4e351753f4d1dcb04475e9
Use typecasting from CString to LPCTSTR instead of CString::GetString
in CUtils::SetClipboardText.
xkeymacsdll/Utils.cpp