This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Try another way for finicky windows headers
Signed-off-by: falkTX <falktx@falktx.com>
pull/351/head
falkTX
3 years ago
parent
315c10e1bc
commit
6b836375c9
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
distrho/extra/FileBrowserDialog.cpp
+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>
Write
Preview
Loading…
Cancel
Save