> - _stprintf_s(szTitle, _countof(szTitle), TEXT("%s v%s"), szFunctionName, > TEXT(PACKAGE_VERSION)); > + _stprintf_s(szTitle, _countof(szTitle), TEXT("%") TEXT(PRIsLPTSTR) > TEXT("v%") TEXT(PRIsLPTSTR),
Just a note that a whitespace is (still) missing before "v%", but it is fixed in subsequent patch ("Replace TEXT(__FUNCTION__) by __FUNCTION__ in openvpnmscia.c"). Looks good - compared with v1, compiled/tested with MSVC. Acked-by: Lev Stipakov <lstipa...@gmail.com> _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel