mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[IP]
- 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:
@@ -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>
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
|
||||
#include <wdm.h>
|
||||
|
||||
#define LWIP_PROVIDE_ERRNO
|
||||
|
||||
/* ROS-specific mem defs */
|
||||
void *
|
||||
malloc(size_t size);
|
||||
|
||||
Reference in New Issue
Block a user