Smaller updates:
constant use of longjmp conflict with python headers win32 support dll support
This commit is contained in:
@@ -23,8 +23,12 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <stdint.h>
|
||||
typedef uintptr_t uid_t;
|
||||
typedef uintptr_t gid_t;
|
||||
#ifndef uid_t
|
||||
#define uid_t int
|
||||
#endif
|
||||
#ifndef gid_t
|
||||
#define gid_t int
|
||||
#endif
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user