Skip to content

vesa.c: Fix implicit declarations on multiple platforms

Zixing Liu requested to merge liushuyu/xf86-video-vesa:master into master

In this merge request, we define the DO_PROTOTYPES to make function prototypes available so that modern compilers won't complain.

On ARM platforms, the macro guards do not expose the function prototypes, so we manually copy the required prototypes.

Merge request reports