mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[PCNET]
* Use pcnet.h as a PCH. svn path=/trunk/; revision=52931
This commit is contained in:
@@ -11,8 +11,7 @@ list(APPEND SOURCE
|
||||
pcnet.rc)
|
||||
|
||||
add_library(pcnet SHARED ${SOURCE})
|
||||
|
||||
add_pch(pcnet pcnet.h)
|
||||
set_module_type(pcnet kernelmodedriver)
|
||||
add_importlibs(pcnet ndis ntoskrnl hal)
|
||||
|
||||
add_cd_file(TARGET pcnet DESTINATION reactos/system32/drivers FOR all)
|
||||
|
||||
@@ -38,9 +38,6 @@
|
||||
* - this assumes a 32-bit machine
|
||||
*/
|
||||
|
||||
#include <ndis.h>
|
||||
#include "pci.h"
|
||||
#include "pcnethw.h"
|
||||
#include "pcnet.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -25,7 +25,9 @@
|
||||
* - this assumes 32-bit physical addresses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <ndis.h>
|
||||
#include "pci.h"
|
||||
#include "pcnethw.h"
|
||||
|
||||
/* statistics struct */
|
||||
typedef struct _ADAPTER_STATS
|
||||
|
||||
@@ -12,4 +12,5 @@
|
||||
<file>pcnet.c</file>
|
||||
<file>requests.c</file>
|
||||
<file>pcnet.rc</file>
|
||||
<pch>pcnet.h</pch>
|
||||
</module>
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
* necessary.
|
||||
*/
|
||||
|
||||
#include <ndis.h>
|
||||
#include "pcnethw.h"
|
||||
#include "pcnet.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
Reference in New Issue
Block a user