mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
- WDK support for bootvid and kdcom.
svn path=/trunk/; revision=28227
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
void _enable(void);
|
||||
void _disable(void);
|
||||
#include "ntddk.h"
|
||||
#include "arc/arc.h"
|
||||
#include "halfuncs.h"
|
||||
|
||||
@@ -12,6 +12,11 @@
|
||||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
void _enable(void);
|
||||
void _disable(void);
|
||||
#endif
|
||||
|
||||
#define NOEXTAPI
|
||||
#include <ntddk.h>
|
||||
#define NDEBUG
|
||||
|
||||
Reference in New Issue
Block a user