cross compile fixes

This commit is contained in:
gbeauche 2004-12-26 23:24:34 +00:00
parent 2f947f5667
commit 64ff64d500
3 changed files with 6 additions and 6 deletions

View File

@ -34,12 +34,12 @@ typedef unsigned long ULONG_PTR, *PULONG_PTR;
// Most people don't have the Platform SDK, so I take this one out.
// #include <ntddndis.h>
#include "inc\ntddpack.h"
#include "inc/ntddpack.h"
#include "ether.h"
#include "ether_defs.h"
#include "b2ether\multiopt.h"
#include "b2ether\inc\b2ether_hl.h"
#include "b2ether/multiopt.h"
#include "b2ether/inc/b2ether_hl.h"

View File

@ -62,8 +62,8 @@
#include "sysdeps.h"
#include "mibaccess.h"
#include "..\dynsockets.h"
#include "..\dump.h"
#include "../dynsockets.h"
#include "../dump.h"
#if DEBUG
#pragma optimize("",off)

View File

@ -82,7 +82,7 @@
#include "iphelp.h"
#include "tcp.h"
#include "dump.h"
#include "mib\interfaces.h"
#include "mib/interfaces.h"
#include "ftp.h"
#if DEBUG