summaryrefslogtreecommitdiff
path: root/protocols/WhatsAppWeb/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/WhatsAppWeb/src')
-rw-r--r--protocols/WhatsAppWeb/src/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/WhatsAppWeb/src/main.cpp b/protocols/WhatsAppWeb/src/main.cpp
index 98a3b3e886..b7a8a790ed 100644
--- a/protocols/WhatsAppWeb/src/main.cpp
+++ b/protocols/WhatsAppWeb/src/main.cpp
@@ -8,7 +8,11 @@ Copyright © 2019-22 George Hazan
#include "stdafx.h"
#include "version.h"
+#ifdef _DEBUG
+#pragma comment(lib, "libprotobufd.lib")
+#else
#pragma comment(lib, "libprotobuf.lib")
+#endif
CMPlugin g_plugin;