Skip to content

util/u_process: implement util_get_process_name for Windows

Erik Faye-Lund requested to merge kusma/mesa:win32-util_get_process_name into master

There's not yet any users of this function on Windows, but it prints a warning during builds, and seems easy enough to implement. So let's add a trivial implementation.

Merge request reports