report windows error message

This commit is contained in:
interfiberschool 2023-03-17 12:42:47 +00:00
parent 9798f880f9
commit d0f3f64bf8
4 changed files with 90 additions and 30 deletions

View file

@ -9,4 +9,6 @@ int main()
func_handle func = (func_handle)hw_dlsym(dll, "test");
func();
hw_dlclose(dll);
}