--- allegro-4.4.1.1.old/include/allegro/alcompat.h +++ allegro-4.4.1.1/include/allegro/alcompat.h @@ -40,7 +40,8 @@ #endif #endif - #ifndef ALLEGRO_NO_FIX_ALIASES + // #ifndef ALLEGRO_NO_FIX_ALIASES + #ifdef NOTDEF AL_ALIAS(fixed fadd(fixed x, fixed y), fixadd(x, y)) AL_ALIAS(fixed fsub(fixed x, fixed y), fixsub(x, y)) AL_ALIAS(fixed fmul(fixed x, fixed y), fixmul(x, y))