1 |
|
/* |
2 |
|
* packet32.cpp |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-1999 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2008 Christian Bauer |
5 |
|
* |
6 |
|
* Windows platform specific code copyright (C) Lauri Pesonen |
7 |
|
* |
34 |
|
// Most people don't have the Platform SDK, so I take this one out. |
35 |
|
// #include <ntddndis.h> |
36 |
|
|
37 |
< |
#include "inc\ntddpack.h" |
37 |
> |
#include "inc/ntddpack.h" |
38 |
|
|
39 |
|
#include "ether.h" |
40 |
|
#include "ether_defs.h" |
41 |
< |
#include "b2ether\multiopt.h" |
42 |
< |
#include "b2ether\inc\b2ether_hl.h" |
41 |
> |
#include "b2ether/multiopt.h" |
42 |
> |
#include "b2ether/inc/b2ether_hl.h" |
43 |
|
|
44 |
|
|
45 |
|
|