mirror of
https://github.com/ValdikSS/GoodbyeDPI.git
synced 2026-09-14 11:05:37 +05:00
Spaces!
This commit is contained in:
parent
0eb89dac18
commit
34f553ab75
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user