Commit eb066a716c73f00169cd1bdc94c2c42456b7a8a1

Ryan C. Gordon 2019-10-15T14:17:32

include: Removed a FIXME comment. Using (1 << 14) instead of 0x4000 might be clearer for the maintainer, but it makes it harder to look up these flags when debugging an app. The value has to be written once by one person, the has to be read by tons of people over and over.