diff --git a/sysconfig.h b/sysconfig.h index 5a04aee7..01ac96e9 100644 --- a/sysconfig.h +++ b/sysconfig.h @@ -204,6 +204,10 @@ #define CAP_POLY (CAP_SDLGFX || CAP_GL || CAP_SVG) #endif +#ifndef CAP_SHAPES +#define CAP_SHAPES 1 +#endif + #define CAP_QUEUE CAP_POLY #define CAP_CURVE CAP_POLY @@ -413,7 +417,7 @@ extern "C" { #endif #endif -#if CAP_SAVE +#if CAP_FILES #include #include #include