This commit is contained in:
EgorWeders 2024-08-12 12:22:51 +07:00 committed by GitHub
parent 0eb89dac18
commit 34f553ab75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,6 @@
// #else
// #define debug(...) printf(__VA_ARGS__)
// #endif
#define debug(...) if (getenv("DEBUG_GDPI")!=NULL) printf(__VA_ARGS__)
#define debug(...) if (getenv("DEBUG_GDPI") != NULL) printf(__VA_ARGS__)
int main(int argc, char *argv[]);
void deinit_all();