libobs: Fix connect() redefinition on MSVC

This commit is contained in:
Tommy Vercetti 2021-05-22 17:01:18 -05:00 committed by Jim
parent e075ad5bca
commit 1f4c6fd154

View File

@ -15,6 +15,10 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
#ifdef _MSC_VER
#define WIN32_LEAN_AND_MEAN
#endif
#include <string.h>
#include <assert.h>