summaryrefslogtreecommitdiff
path: root/protocols/WhatsAppWeb/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/WhatsAppWeb/src')
-rw-r--r--protocols/WhatsAppWeb/src/stdafx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/WhatsAppWeb/src/stdafx.h b/protocols/WhatsAppWeb/src/stdafx.h
index 3daa665b0f..c0e160cc2d 100644
--- a/protocols/WhatsAppWeb/src/stdafx.h
+++ b/protocols/WhatsAppWeb/src/stdafx.h
@@ -64,9 +64,9 @@ Copyright © 2019-22 George Hazan
// - install vcpkg (https://github.com/microsoft/vcpkg);
// - integrage vcpkg into Visual Studio:
// >vcpkg.exe integrate install
-// - install static libraries of protobuf:
-// >vcpkg.exe install protobuf:x86-windows-static-md
-// >vcpkg.exe install protobuf:x64-windows-static-md
+// - install dynamic libraries of protobuf:
+// >vcpkg.exe install protobuf:x86-windows
+// >vcpkg.exe install protobuf:x64-windows
#include "google/protobuf/message.h"
#include "pmsg.pb.h"