mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Correction of previous commits
This commit is contained in:
parent
7de7fcc8df
commit
e2004aaec4
|
@ -5,8 +5,8 @@
|
|||
#define DPRINTF(...)
|
||||
#define FDPRINTF(...)
|
||||
#else
|
||||
#define DPRINTF(...) { printf(__VA_ARGS__); }
|
||||
#define FDPRINTF(...) { fprintf(__VA_ARGS__); }
|
||||
#define DPRINTF(...) printf(__VA_ARGS__)
|
||||
#define FDPRINTF(...) fprintf(__VA_ARGS__)
|
||||
#endif
|
||||
|
||||
#endif // __DPRINTF_HH_INCLUDED__
|
||||
|
|
Loading…
Reference in a new issue