Skip to content

Commit

Permalink
add .gitignore, fix windows warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Oct 31, 2016
1 parent f46fee0 commit 12505b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CMakeFiles/*
Makefile
cmake_install.cmake
libenet.a
1 change: 1 addition & 0 deletions include/enet/win32.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include <stdlib.h>
#include <winsock2.h>
#include <windows.h>

typedef SOCKET ENetSocket;

Expand Down

0 comments on commit 12505b2

Please sign in to comment.