4 #define APNG_WRITE_SUPPORTED
5 #define APNG_READ_SUPPORTED
6 #define APNG_SPECS_SUPPORTED
8 #ifndef APNGASM_DECLSPEC
10 #ifdef apngasm_EXPORTS
11 #define APNGASM_DECLSPEC __declspec(dllexport)
13 #define APNGASM_DECLSPEC __declspec(dllimport)
16 #define APNGASM_DECLSPEC