Mercurial > trustbridge
diff ui/tests/windowsstoretest.cpp @ 602:854248d81ba4
Fully switch to unicode for windows.
This will be needed sooner or later and it makes sense to have it unified now.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 17 Jun 2014 17:25:12 +0200 |
parents | 17e1c8f37d72 |
children | 317ee9dc4684 |
line wrap: on
line diff
--- a/ui/tests/windowsstoretest.cpp Mon Jun 16 14:58:02 2014 +0200 +++ b/ui/tests/windowsstoretest.cpp Tue Jun 17 17:25:12 2014 +0200 @@ -14,7 +14,7 @@ #include <QTest> void WindowsStoreTest::dumpContents() { - char pszNameString[256]; + wchar_t pszNameString[256]; PCCERT_CONTEXT pCert = NULL; qDebug() << "Currently in store: " ; while((pCert = CertEnumCertificatesInStore(testStore, pCert))) {