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
Header includes are a tricky business..
Signed-off-by: falkTX <falktx@falktx.com>
pull/351/head
falkTX
3 years ago
parent
d290ac2fe0
commit
4e0b100532
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
distrho/extra/FileBrowserDialog.cpp
+ 1
- 1
distrho/extra/FileBrowserDialog.cpp
View File
@@ -22,11 +22,11 @@
# import <Cocoa/Cocoa.h>
#endif
#ifdef DISTRHO_OS_WINDOWS
# include <commdlg.h>
# include <direct.h>
# include <process.h>
# include <winsock2.h>
# include <windows.h>
# include <commdlg.h>
# include <vector>
#else
# include <unistd.h>
Write
Preview
Loading…
Cancel
Save