Kaydet (Commit) b81e5388 authored tarafından Kristján Valur Jónsson's avatar Kristján Valur Jónsson

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

üst 4a65b0a3
......@@ -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 */
......
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