mirror of
https://github.com/eddyem/mytakepic.git
synced 2025-12-06 02:35:16 +03:00
9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
// Add predefined macros for your project here. For example:
|
|
// #define THE_ANSWER 42
|
|
#define USEPNG
|
|
#define USERAW
|
|
#define IMAGEVIEW
|
|
#define _GNU_SOURCE
|
|
#define _XOPEN_SOURCE 666
|
|
#define _DEFAULT_SOURCE
|