Browse Source

Removed paragraph about Windows DLL limitation

Paul-Louis Ageneau 4 years ago
parent
commit
52218272db
1 changed files with 0 additions and 2 deletions
  1. 0 2
      README.md

+ 0 - 2
README.md

@@ -73,8 +73,6 @@ $ git submodule update --init --recursive
 
 The CMake library targets `libdatachannel` and `libdatachannel-static` respectively correspond to the shared and static libraries. The default target will build tests and examples. The option `USE_GNUTLS` allows to switch between OpenSSL (default) and GnuTLS, and the option `USE_NICE` allows to switch between libjuice as submodule (default) and libnice.
 
-On Windows, the DLL resulting from the shared library build only exposes the C API, use the static library for the C++ API.
-
 #### POSIX-compliant operating systems (including Linux and Apple macOS)
 ```bash
 $ cmake -B build -DUSE_GNUTLS=1 -DUSE_NICE=0