commit 15bd5e296414d05d85f31894025dd8ed7902dba7 parent 40e93a475a8e946bab75e734ad8cfc8a6ecc07b8 Author: Jean Pierre Cimalando <jp-dev@inbox.ru> Date: Sat, 12 Jun 2021 17:04:04 +0200 Attempt to fix Win32 Diffstat:
M | distrho/extra/LibraryUtils.hpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/distrho/extra/LibraryUtils.hpp b/distrho/extra/LibraryUtils.hpp @@ -20,6 +20,7 @@ #include "../DistrhoUtils.hpp" #ifdef DISTRHO_OS_WINDOWS +# include <windows.h> typedef HMODULE lib_t; #else # include <dlfcn.h>