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:
Ralf Habacker 2014-01-27 11:58:37 +01:00
parent bf79b97f87
commit 2abe9ffeb7

View file

@ -248,4 +248,8 @@
#define inline __inline
#endif
#ifdef DBUS_WIN
#define FD_SETSIZE @FD_SETSIZE@
#endif
#endif // _DBUS_CONFIG_H