OSDN Git Service

Fix ANSI build compilation
authorsdottaka <none@none>
Sun, 1 Sep 2013 00:11:08 +0000 (09:11 +0900)
committersdottaka <none@none>
Sun, 1 Sep 2013 00:11:08 +0000 (09:11 +0900)
Src/Common/ClipBoard.h

index bfa271c..e05257f 100644 (file)
@@ -27,14 +27,14 @@ void PutFilesToClipboard(const Container& list, HWND currentWindowHandle)
                String path = *it;
 
                strPaths += path;
-               strPaths += L'\0';
+               strPaths += _T('\0');
 
                strPathsSepSpc += _T("\"");
                strPathsSepSpc += path;
                strPathsSepSpc += _T("\" ");
        }
 
-       strPaths += L'\0';
+       strPaths += _T('\0');
        strPathsSepSpc = string_trim_ws_end(strPathsSepSpc);
 
        // CF_HDROP