This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
headers
mirror of
https://github.com/jackaudio/headers
Watch
1
Star
0
Fork
0
Code
Releases
2
Activity
Browse Source
Windows: winsock2.h must be included before including windows.h
master
Kjetil Matheussen
Filipe Coelho
<falktx@falktx.com>
8 years ago
parent
21273bc5e2
commit
705424224c
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
systemdeps.h
+ 4
- 0
systemdeps.h
View File
@@ -60,6 +60,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(GNU_WIN32)
#ifdef __MINGW32__
# include <winsock2.h> // mingw gives warning if we include windows.h before winsock2.h
#endif
#include <windows.h>
#ifdef _MSC_VER /* Microsoft compiler */
Write
Preview
Loading…
Cancel
Save