Using template type for string type could potentially allow mixup of MBCS and UCS-2/UTF-16 strings. Fortunately, MSVC errors where char*/ wchar_t* are not aligned with LPSTR/LPWSTR. Signed-off-by: Simon Rozman <simon@rozman.si>
Using template type for string type could potentially allow mixup of MBCS and UCS-2/UTF-16 strings. Fortunately, MSVC errors where char*/ wchar_t* are not aligned with LPSTR/LPWSTR. Signed-off-by: Simon Rozman <simon@rozman.si>