diff --git a/include/WinStd/Win.h b/include/WinStd/Win.h index 2fae240b..4935c954 100644 --- a/include/WinStd/Win.h +++ b/include/WinStd/Win.h @@ -159,8 +159,6 @@ static _Success_(return != 0) BOOL GetFileVersionInfoW(_In_z_ LPCWSTR lptstrFile template static _Success_(return != 0) DWORD ExpandEnvironmentStringsA(_In_z_ LPCSTR lpSrc, _Out_ std::basic_string &sValue) { - assert(0); // TODO: Test this code. - for (SIZE_T sSizeOut = SIZETAdd(strlen(lpSrc), 0x100);;) { if (sSizeOut > DWORD_MAX) throw std::invalid_argument("String too big");