mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:52:56 +00:00
fix vgaddi by linking to libcntpr to resolve crt imports and include ioaccess.h to avoid hal imports,
should fix bug 2073 See issue #2073 for more details. svn path=/trunk/; revision=34313
This commit is contained in:
parent
2e377cc99a
commit
62d44518a9
2 changed files with 2 additions and 6 deletions
|
@ -10,6 +10,7 @@
|
||||||
#include <winddi.h>
|
#include <winddi.h>
|
||||||
#include <winioctl.h>
|
#include <winioctl.h>
|
||||||
#include <ntddvdeo.h>
|
#include <ntddvdeo.h>
|
||||||
|
#include <ioaccess.h>
|
||||||
|
|
||||||
#include "vgavideo/vgavideo.h"
|
#include "vgavideo/vgavideo.h"
|
||||||
#include "objects/brush.h"
|
#include "objects/brush.h"
|
||||||
|
@ -30,10 +31,6 @@
|
||||||
#define DDKCDECLAPI __cdecl
|
#define DDKCDECLAPI __cdecl
|
||||||
|
|
||||||
ULONG DbgPrint(PCCH Format,...);
|
ULONG DbgPrint(PCCH Format,...);
|
||||||
VOID DDKAPI WRITE_PORT_UCHAR(IN PUCHAR Port, IN UCHAR Value);
|
|
||||||
VOID DDKAPI WRITE_PORT_USHORT(IN PUSHORT Port, IN USHORT Value);
|
|
||||||
VOID DDKAPI WRITE_REGISTER_UCHAR(IN PUCHAR Register, IN UCHAR Value);
|
|
||||||
UCHAR DDKAPI READ_REGISTER_UCHAR(IN PUCHAR Register);
|
|
||||||
|
|
||||||
static __inline BOOLEAN
|
static __inline BOOLEAN
|
||||||
RemoveEntryList(
|
RemoveEntryList(
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
<module name="vgaddi" type="kernelmodedll" entrypoint="DrvEnableDriver@12" installbase="system32" installname="vgaddi.dll">
|
<module name="vgaddi" type="kernelmodedll" entrypoint="DrvEnableDriver@12" installbase="system32" installname="vgaddi.dll">
|
||||||
<importlibrary definition="vgaddi.def" />
|
<importlibrary definition="vgaddi.def" />
|
||||||
<include base="vgaddi">.</include>
|
<include base="vgaddi">.</include>
|
||||||
<library>ntoskrnl</library>
|
<library>libcntpr</library>
|
||||||
<library>hal</library>
|
|
||||||
<library>win32k</library>
|
<library>win32k</library>
|
||||||
<directory name="main">
|
<directory name="main">
|
||||||
<file>enable.c</file>
|
<file>enable.c</file>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue