diff --git a/include/WinStd/Win.h b/include/WinStd/Win.h index 04411fd3..607a4e4b 100644 --- a/include/WinStd/Win.h +++ b/include/WinStd/Win.h @@ -25,8 +25,6 @@ template static DWORD GetModuleFileNameA(_In_opt_ HMODULE hModule, _Out_ std::basic_string &sValue) noexcept { - assert(0); // TODO: Test this code. - char szStackBuffer[WINSTD_STACK_BUFFER_BYTES/sizeof(char)]; // Try with stack buffer first.