1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-02-16 00:24:29 +01:00

Revert accidental change

This commit is contained in:
Spencer McIntyre 2022-09-09 12:44:43 -04:00
parent 1f62d226a0
commit a3e6d86026

View File

@ -80,7 +80,7 @@ typedef struct ___u128 {
#define vdprintf(...) do{}while(0);
#endif
#else
#define dprintf(...) real_dprintf(__VA_ARGS__)
#define dprintf(...) do{}while(0);
#define vdprintf(...) do{}while(0);
#define SET_LOGGING_CONTEXT(...)
#define INIT_LOGGING(...)