diff options
author | George Hazan <ghazan@miranda.im> | 2022-10-30 19:26:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-10-30 19:26:25 +0300 |
commit | 7efa6ec72313264d94a79ba71216bf0ac8aadc15 (patch) | |
tree | 726bb9792062711f09e20d04d24cf33827807ad0 /protocols/WhatsApp/src/protobuf-c | |
parent | c657140a8aba3e92154c8ca2622c74308ccdf19c (diff) |
fixes #3222 (WhatsApp: no QR code window in 32-bit Miranda)
Diffstat (limited to 'protocols/WhatsApp/src/protobuf-c')
-rw-r--r-- | protocols/WhatsApp/src/protobuf-c/protobuf-c.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/WhatsApp/src/protobuf-c/protobuf-c.h b/protocols/WhatsApp/src/protobuf-c/protobuf-c.h index ec91d00977..5fa52da626 100644 --- a/protocols/WhatsApp/src/protobuf-c/protobuf-c.h +++ b/protocols/WhatsApp/src/protobuf-c/protobuf-c.h @@ -209,10 +209,6 @@ size_t foo__bar__baz_bah__pack_to_buffer # define PROTOBUF_C__END_DECLS #endif -#ifdef _DEBUG -#define PROTOBUF_C_UNPACK_ERROR OutputDebugStringA -#endif - PROTOBUF_C__BEGIN_DECLS #if defined(_WIN32) && defined(PROTOBUF_C_USE_SHARED_LIB) |