Browse Source

Try another way for finicky windows headers

Signed-off-by: falkTX <falktx@falktx.com>
pull/351/head
falkTX 3 years ago
parent
commit
6b836375c9
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      distrho/extra/FileBrowserDialog.cpp
  2. +1
    -1
      distrho/src/DistrhoUI.cpp

+ 0
- 1
distrho/extra/FileBrowserDialog.cpp View File

@@ -26,7 +26,6 @@
# include <process.h>
# include <winsock2.h>
# include <windows.h>
# include <commdlg.h>
# include <vector>
#else
# include <unistd.h>


+ 1
- 1
distrho/src/DistrhoUI.cpp View File

@@ -41,7 +41,7 @@

#if DISTRHO_PLUGIN_HAS_EXTERNAL_UI
# if defined(DISTRHO_OS_WINDOWS)
# define WIN32_LEAN_AND_MEAN
# include <winsock2.h>
# include <windows.h>
# elif defined(HAVE_X11)
# include <X11/Xresource.h>


Loading…
Cancel
Save