win32: move definition of sigset_t to os/osdep.h

Not needed by drivers (there aren't any on win32), so no need to
have it in public SDK header.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-09-23 18:16:48 +02:00
committed by Enrico Weigelt
parent 16ee02ab67
commit b306691c2d
2 changed files with 3 additions and 6 deletions

View File

@@ -137,6 +137,9 @@ _X_EXPORT Bool TimerForce(OsTimerPtr);
#ifdef WIN32
#include <X11/Xwinsock.h>
#include <signal.h>
typedef _sigset_t sigset_t;
#undef CreateWindow