We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0599f77 commit 72d0f7eCopy full SHA for 72d0f7e
src/Spawner/NetHack.cpp
@@ -19,7 +19,7 @@
19
20
#include <windows.h>
21
#include <stdint.h>
22
-#include <WinSock.h>
+#include <winsock.h>
23
#pragma comment(lib, "wsock32.lib")
24
25
ListAddress ListAddress::Array[8] = {};
src/Spawner/NetHack.h
@@ -14,7 +14,7 @@
14
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15
*/
16
17
18
struct ListAddress
{
0 commit comments