- Remove oskittcp.h from the PCH
[LWIP]
- Don't define LWIP_PROVIDE_ERRNO because we get those from our CRT
- Branch repair (part 4 of x)

svn path=/branches/GSoC_2011/TcpIpDriver/; revision=53066
This commit is contained in:
Cameron Gutman 2011-08-04 19:03:20 +00:00
parent b5d92f2efc
commit bf0ff35955
2 changed files with 0 additions and 3 deletions

View file

@ -29,7 +29,6 @@
#include <fileobjs.h>
#include <lock.h>
#include <wait.h>
#include <oskittcp.h>
#include <interface.h>
#include <ports.h>
#include <ipifcons.h>

View file

@ -2,8 +2,6 @@
#include <wdm.h>
#define LWIP_PROVIDE_ERRNO
/* ROS-specific mem defs */
void *
malloc(size_t size);