> - _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 <[email protected]>
_______________________________________________
Openvpn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-devel