INVALID_SOCKET can be into fluid_sys.c, near SOCKET_ERROR. No need to have it in fluidsynth_priv.h

This commit is contained in:
carlo-bramini 2017-11-26 11:07:09 +01:00
parent 4ccf7217b0
commit 44985b1212
2 changed files with 1 additions and 1 deletions

View file

@ -37,6 +37,7 @@
#else
#define FLUID_SOCKET_FLAG 0x00000000
#define SOCKET_ERROR -1
#define INVALID_SOCKET -1
#endif
/* SCHED_FIFO priority for high priority timer threads */

View file

@ -174,7 +174,6 @@ typedef double fluid_real_t;
typedef SOCKET fluid_socket_t;
#else
typedef int fluid_socket_t;
#define INVALID_SOCKET -1
#endif
#if defined(SUPPORTS_VLA)