mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
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:
committed by
Enrico Weigelt
parent
16ee02ab67
commit
b306691c2d
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user