1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00

Avoided some win32 warnings.

This commit is contained in:
jules 2014-08-14 13:54:20 +01:00
parent 66d413c32b
commit ba2fff9c63

View file

@ -53,6 +53,8 @@
#if JUCE_WINDOWS
#include <ctime>
#define _WINSOCK_DEPRECATED_NO_WARNINGS 1
#include <winsock2.h>
#include <ws2tcpip.h>