Skip to content

Fix compiling with mingw clang

Biswapriyo Nath requested to merge (removed):clang16-mingw into main
This adds the return type with GetFullPathNameA declaration.
Otherwise the following error is shown with clang 16

grealpath.h:29:19: error: type specifier missing, defaults to 'int';
ISO C99 and later do not support implicit int [-Wimplicit-int]

Merge request reports