Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers.

parent 1eb0f9de
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
extern "C" { extern "C" {
#endif #endif
#undef small /* defined by some Windows headers */
typedef struct { typedef struct {
PyObject *large; /* A list of previously accumulated large strings */ PyObject *large; /* A list of previously accumulated large strings */
PyObject *small; /* Pending small strings */ PyObject *small; /* Pending small strings */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment