mirror of
https://github.com/defold/extension-websocket.git
synced 2025-11-27 11:20:55 +01:00
Windows compile fixes
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <WinSock2.h>
|
||||
#endif
|
||||
|
||||
// include the Defold SDK
|
||||
#include <dmsdk/sdk.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user