mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-19 06:02:03 +00:00
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:
parent
4ccf7217b0
commit
44985b1212
2 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue