Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers.
This commit is contained in:
parent
4a65b0a355
commit
b81e5388b6
|
@ -16,6 +16,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#undef small /* defined by some Windows headers */
|
||||
|
||||
typedef struct {
|
||||
PyObject *large; /* A list of previously accumulated large strings */
|
||||
PyObject *small; /* Pending small strings */
|
||||
|
|
Loading…
Reference in New Issue