mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-15 10:20:30 +01:00
Fix of 'dbus-daemon can only handle 64 simultaneous connections on Windows'.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71297 Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
This commit is contained in:
parent
bf79b97f87
commit
2abe9ffeb7
1 changed files with 4 additions and 0 deletions
|
|
@ -248,4 +248,8 @@
|
|||
#define inline __inline
|
||||
#endif
|
||||
|
||||
#ifdef DBUS_WIN
|
||||
#define FD_SETSIZE @FD_SETSIZE@
|
||||
#endif
|
||||
|
||||
#endif // _DBUS_CONFIG_H
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue