https://issues.apache.org/ooo/show_bug.cgi?id=121946
Ariel Constenla-Haile <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[UCB] |[UCB] |css::ucb::XWebDAVCommandEnv |css::ucb::XWebDAVCommandEnv |ironment - use constants to |ironment - use enums to |identify WebDAV/HTTP |identify WebDAV/HTTP |methods |methods --- Comment #3 from Ariel Constenla-Haile <[email protected]> --- Adapting the title, I had to use enums, DELETE is a macro in winnt.h : #define DELETE (0x00010000L) I could have worked around this in the source file using ifdefs and undef, but it would have been a breaker if anyone ever uses the constant in the future. -- You are receiving this mail because: You are on the CC list for the bug.
