Browse Source

Fix windows build

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 3 years ago
parent
commit
cb7a032755
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 5 additions and 4 deletions
  1. +1
    -1
      dpf
  2. +3
    -2
      plugins/ProM/DistrhoUIProM.cpp
  3. +1
    -1
      plugins/ProM/projectM

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 610477ec0f3dbfddce8ac1fdc80bbb5eba08ba7f
Subproject commit 0f0ab3588df68811db254096b8dfb2ae890961b8

+ 3
- 2
plugins/ProM/DistrhoUIProM.cpp View File

@@ -14,11 +14,12 @@
* For a full copy of the license see the LICENSE file.
*/

#include "libprojectM/projectM-opengl.h"
#include "libprojectM/projectM.hpp"

#include "DistrhoPluginProM.hpp"
#include "DistrhoUIProM.hpp"

#include "libprojectM/projectM.hpp"

#ifndef DISTRHO_OS_WINDOWS
# include <dlfcn.h>
#endif


+ 1
- 1
plugins/ProM/projectM

@@ -1 +1 @@
Subproject commit 7dd3c7020ea3dd5ce39027008e1cb40c551c8890
Subproject commit d3a15a168aaae7050f77420590dbd84af88c32cc

Loading…
Cancel
Save