diff options
Diffstat (limited to 'libgui/inc/png.h')
-rw-r--r-- | libgui/inc/png.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgui/inc/png.h b/libgui/inc/png.h index 5614295..dba0947 100644 --- a/libgui/inc/png.h +++ b/libgui/inc/png.h @@ -27,6 +27,9 @@ freely, subject to the following restrictions: #ifndef PNG_H #define PNG_H +/* For now! TODO: Use PNG encoding */ +#define PNG_NO_COMPILE_ENCODER + #include <def.h> extern const char *PNG_VERSION_STRING; |