When trying to compile this on Windows, I got a syntax error that seems to be due to the enum RELATIVE. I changed RELATIVE to LAYOUT_RELATIVE, and the error disappears.
Is this when using MSVC? Would you be able to make a pull request with the above mentioned change (as well as changing ABSOLUTE for consistency) and check it compiles without issue? Thanks!
When trying to compile this on Windows, I got a syntax error that seems to be due to the enum RELATIVE. I changed RELATIVE to LAYOUT_RELATIVE, and the error disappears.