Skip to content

build: Use #ifdef consistently

Iñigo Martínez requested to merge inigomartinez/eog:conditional-groups into master

Both #if and #ifdef are used through the entire source code for conditional groups.

This has been changed to use only #ifdef.

Merge request reports