Skip to content

Commit 72d0f7e

Browse files
committed
Fix name of the headings
1 parent 0599f77 commit 72d0f7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Spawner/NetHack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include <windows.h>
2121
#include <stdint.h>
22-
#include <WinSock.h>
22+
#include <winsock.h>
2323
#pragma comment(lib, "wsock32.lib")
2424

2525
ListAddress ListAddress::Array[8] = {};

src/Spawner/NetHack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1515
*/
1616

17-
#include <WinSock.h>
17+
#include <winsock.h>
1818

1919
struct ListAddress
2020
{

0 commit comments

Comments
 (0)