util/lib.c: Add module file path utility

This commit is contained in:
2021-10-25 09:30:34 +00:00
committed by Hay1tsme
parent 3c803e2db4
commit 6576af5a86
3 changed files with 36 additions and 0 deletions

5
util/lib.h Normal file
View File

@ -0,0 +1,5 @@
#pragma once
#include <windows.h>
wchar_t *module_file_name(HMODULE module);