Skip to content

Commit 4b94d4c

Browse files
Philip Oakleydscho
Philip Oakley
authored andcommitted
msvc: include sigset_t definition
On MSVC (VS2008) sigset_t is not defined. Signed-off-by: Philip Oakley <[email protected]>
1 parent e952c86 commit 4b94d4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compat/msvc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ static __inline int strcasecmp (const char *s1, const char *s2)
2424

2525
#undef ERROR
2626

27+
typedef int sigset_t;
28+
2729
#include "compat/mingw.h"
2830

2931
#endif

0 commit comments

Comments
 (0)