mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-30 01:42:08 -06:00
Clang (rightfully) warns that we are checking for the existence of pointer to something just allocated on the stack, which is always true. Instead, check whether GetModuleFileNameW failed. Co-authored-by: Mai M <mathew1800@gmail.com>