We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13034f8 commit 880740dCopy full SHA for 880740d
1 file changed
rfb/rfb.h
@@ -394,7 +394,7 @@ typedef struct _rfbScreenInfo
394
uint16_t mcublen;
395
rfbBool multicastUseCopyRect; /**< All multicast clients support CopyRect */
396
sraRegionPtr multicastUpdateRegion;
397
-#ifdef LIBVNCSERVER_HAVE_LIBPTHREAD
+#if defined(LIBVNCSERVER_HAVE_LIBPTHREAD) || defined(LIBVNCSERVER_HAVE_WIN32THREADS)
398
MUTEX(multicastOutputMutex); /**< Ensures that exactly one thread is sending multicast output */
399
MUTEX(multicastUpdateMutex); /**< Ensures that exactly one thread is processing a multicast framebuffer update */
400
MUTEX(multicastSharedMutex); /**< Ensures that exactly one thread is modifying the shared variables
0 commit comments