diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-10-23 02:18:44 +0200 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-10-23 02:18:44 +0200 |
commit | cf94994f8e3b34bc871e2c3b2558f8301146810c (patch) | |
tree | 4af0a1b7161e077689f077bb5e14083b8c51b638 /source/MCSocket.h | |
parent | Found something that calls a function when a segfault happens, might be useful. (diff) | |
download | cuberite-cf94994f8e3b34bc871e2c3b2558f8301146810c.tar cuberite-cf94994f8e3b34bc871e2c3b2558f8301146810c.tar.gz cuberite-cf94994f8e3b34bc871e2c3b2558f8301146810c.tar.bz2 cuberite-cf94994f8e3b34bc871e2c3b2558f8301146810c.tar.lz cuberite-cf94994f8e3b34bc871e2c3b2558f8301146810c.tar.xz cuberite-cf94994f8e3b34bc871e2c3b2558f8301146810c.tar.zst cuberite-cf94994f8e3b34bc871e2c3b2558f8301146810c.zip |
Diffstat (limited to 'source/MCSocket.h')
-rw-r--r-- | source/MCSocket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/MCSocket.h b/source/MCSocket.h index 6fcbb069b..5dda6c5a3 100644 --- a/source/MCSocket.h +++ b/source/MCSocket.h @@ -1,6 +1,7 @@ #pragma once #ifdef _WIN32 +#define WIN32_LEAN_AND_MEAN #include <Windows.h> #include <WinSock.h> // #define socklen_t int |