mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 01:44:20 +08:00
14 lines
225 B
C
14 lines
225 B
C
#ifndef _LAN_PRECOMP_H
|
|
#define _LAN_PRECOMP_H
|
|
|
|
#include <limits.h>
|
|
#include <ntddk.h>
|
|
#include <ndis.h>
|
|
#include <roscfg.h>
|
|
#include <debug.h>
|
|
#include <pseh.h>
|
|
#include "net_lan.h"
|
|
#include "lan.h"
|
|
|
|
#endif/*_LAN_PRECOMP_H*/
|