Changes to work with Mac

Changes include:
- Updating Project
- fixing sendto declaration
- Fixed some bugs in #if Mac sections
- Removed unneeded #includes (my compiler didn’t like them)
This commit is contained in:
Chris Teubert
2015-04-16 12:58:49 -07:00
parent 1a3f658774
commit e60dde457c
8 changed files with 58 additions and 26 deletions

View File

@@ -58,7 +58,6 @@
#include "DataManager.h"
#include "Drawing.h"
#include "Log.h"
#include "Message.h"
#include "MessageHandlers.h"
#include "UDPSocket.h"