diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-29 13:00:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 13:00:32 +0200 |
commit | 322c812231fa28e72a7a316088a1dd6775e96f94 (patch) | |
tree | 0ee981f72cd500614c4079f0e2b6f731abe4a4ee /modules/webrtc/webrtc_data_channel_js.cpp | |
parent | 583c0c4897ca7ba669ab78d397fc894b718613ce (diff) | |
parent | d20b32186fc192f5e527a1211291b0cb293f4e66 (diff) | |
download | redot-engine-322c812231fa28e72a7a316088a1dd6775e96f94.tar.gz |
Merge pull request #65023 from Faless/js/4.x_is_web
Diffstat (limited to 'modules/webrtc/webrtc_data_channel_js.cpp')
-rw-r--r-- | modules/webrtc/webrtc_data_channel_js.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/webrtc/webrtc_data_channel_js.cpp b/modules/webrtc/webrtc_data_channel_js.cpp index 0fb074b0c2..232f6998d3 100644 --- a/modules/webrtc/webrtc_data_channel_js.cpp +++ b/modules/webrtc/webrtc_data_channel_js.cpp @@ -28,7 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifdef JAVASCRIPT_ENABLED +#ifdef WEB_ENABLED #include "webrtc_data_channel_js.h" |