DevIL
DevIL copied to clipboard
Use TRUE and FALSE with jpeg booleans
boolean is a type defined by libjpeg. The only values that should be used with jpeg booleans are TRUE and FALSE.
This corrects the two previous attempts at addressing the issue.
See #48