diff options
Diffstat (limited to 'protocols/WhatsApp/src/pmsg.proto.h')
-rw-r--r-- | protocols/WhatsApp/src/pmsg.proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/pmsg.proto.h b/protocols/WhatsApp/src/pmsg.proto.h index 1784124b12..1b5a5ccf4c 100644 --- a/protocols/WhatsApp/src/pmsg.proto.h +++ b/protocols/WhatsApp/src/pmsg.proto.h @@ -1,3 +1,7 @@ +#ifdef _DEBUG +#define PROTOBUF_C_UNPACK_ERROR OutputDebugStringA +#endif + #include "pmsg.pb-c.h" namespace proto |