More _T()... trying to get to that clipboard sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ove Kaaven
1999-07-26 11:37:53 +00:00
parent d9d61c23a8
commit b56baa2d03
2 changed files with 8 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ bool MyApp::OnInit(void)
/// single window : (one document at a time, only one frame, as in Windows Write)
if (argc > 1)
{
if (strcmp(argv[1], "-single") == 0)
if (wxStrcmp(argv[1], _T("-single")) == 0)
{
singleWindowMode = TRUE;
}