Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Commit

Permalink
Fix for Build error when compiling for Windows from Linux godotengine…
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Oct 23, 2018
1 parent 3ac0e8d commit 7ec21b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/websocket/lws_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "core/io/stream_peer_ssl.h"
#include "tls/mbedtls/wrapper/include/openssl/ssl.h"

#if defined(MINGW_ENABLED) || defined(_MSC_VER)
#if !defined(MINGW_ENABLED) && defined(_MSC_VER)
#define strncpy strncpy_s
#endif

Expand Down

0 comments on commit 7ec21b4

Please sign in to comment.