Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Sep 17, 2024
1 parent df0794c commit cde8597
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,12 @@ void netcode_socket_destroy( struct netcode_socket_t * socket )

#if NETCODE_PACKET_TAGGING && NETCODE_PLATFORM == NETCODE_PLATFORM_WINDOWS

#include <winsock2.h>
#include <ws2tcpip.h>
#include <ws2ipdef.h>
#include <malloc.h>
#include <wininet.h>
#include <iphlpapi.h>
#include <qos2.h>

#pragma comment( lib, "Qwave.lib" )
Expand Down

0 comments on commit cde8597

Please sign in to comment.