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

Fix for win32 sockets.

This commit is contained in:
Julian Storer 2011-03-01 21:26:07 +00:00
parent 2a6c8af928
commit 19c6d9d2bc
4 changed files with 24 additions and 16 deletions

View file

@ -54,6 +54,7 @@
#include <windows.h>
#include <windowsx.h>
#include <commdlg.h>
#include <ws2tcpip.h>
#include <shellapi.h>
#include <mmsystem.h>
#include <vfw.h>