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
Fix potential windows build issue
Signed-off-by: falkTX <falktx@falktx.com>
pull/321/head
falkTX
3 years ago
parent
40b6db5b96
commit
fba127ec61
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
dgl/src/ApplicationPrivateData.hpp
+ 3
- 0
dgl/src/ApplicationPrivateData.hpp
View File
@@ -22,6 +22,9 @@
#include <list>
#ifdef DISTRHO_OS_WINDOWS
# ifndef NOMINMAX
# define NOMINMAX
# endif
# include <winsock2.h>
# include <windows.h>
typedef HANDLE d_ThreadHandle;
Write
Preview
Loading…
Cancel
Save