* Use pcnet.h as a PCH.

svn path=/trunk/; revision=52931
This commit is contained in:
Amine Khaldi 2011-07-27 19:31:05 +00:00
parent afca49adf2
commit 064303ad3d
5 changed files with 5 additions and 8 deletions

View file

@ -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)

View file

@ -38,9 +38,6 @@
* - this assumes a 32-bit machine
*/
#include <ndis.h>
#include "pci.h"
#include "pcnethw.h"
#include "pcnet.h"
#define NDEBUG

View file

@ -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

View file

@ -12,4 +12,5 @@
<file>pcnet.c</file>
<file>requests.c</file>
<file>pcnet.rc</file>
<pch>pcnet.h</pch>
</module>

View file

@ -33,8 +33,6 @@
* necessary.
*/
#include <ndis.h>
#include "pcnethw.h"
#include "pcnet.h"
#define NDEBUG