mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 01:22:31 +00:00
avoid including Win32 headers when build with cygwin
This commit is contained in:
parent
5e2694ab1d
commit
54f5f9d2b8
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
|||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_WINDOWS_H
|
||||
#if defined(WIN32) && HAVE_WINDOWS_H
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include <windows.h>
|
||||
|
|
Loading…
Reference in a new issue