mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-13 08:29:43 +00:00
cross compile fixes
This commit is contained in:
parent
2f947f5667
commit
64ff64d500
@ -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"
|
||||
|
||||
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user