kdrive: ephyr: don't try to install handler for SIGUSR1 on win32

Windows has no Unix-type signals.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-08-01 16:58:15 +02:00
parent b1393f59aa
commit 0102f4361f

View File

@@ -71,7 +71,9 @@ static Bool EphyrHostGrabSet = FALSE;
Bool
ephyrInitialize(KdCardInfo * card, EphyrPriv * priv)
{
#ifndef WIN32
OsSignal(SIGUSR1, hostx_handle_signal);
#endif
priv->base = 0;
priv->bytes_per_line = 0;