diff options
author | Marvin Borner | 2021-02-25 17:42:46 +0100 |
---|---|---|
committer | Marvin Borner | 2021-02-25 17:42:46 +0100 |
commit | 34885f1c73824a0fe47aa095e9d55a57021239d2 (patch) | |
tree | b59dfe47069d1f42bd8123e647fadf74bff835a6 /libgui/inc | |
parent | b85ba196c47920b9d1b6622718a34f8f6f23bef3 (diff) |
Added *many* static keywords
Diffstat (limited to 'libgui/inc')
-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; |