[NTVDM]: Register functions are already declared via the inclusion of ddk/vddsvc.h. However still keep their definitions also in registers.h (yet #if 0'ed out) for reference.

svn path=/branches/ntvdm/; revision=61795
This commit is contained in:
Hermès Bélusca-Maïto 2014-01-24 20:37:40 +00:00
parent ba97a8f567
commit 3c273ca1a9
4 changed files with 4 additions and 2 deletions

View file

@ -25,6 +25,7 @@
#include <winuser.h>
#include <vddsvc.h>
// #include "registers.h"
#include <debug.h>

View file

@ -11,7 +11,6 @@
#define NDEBUG
#include "emulator.h"
#include "registers.h"
/* PUBLIC FUNCTIONS ***********************************************************/

View file

@ -13,6 +13,7 @@
VOID EmulatorSetStack(WORD Segment, DWORD Offset);
#if 0 // Those function prototypes are already included via ddk/vddsvc.h
PVOID WINAPI getIntelRegistersPointer(VOID);
@ -115,6 +116,8 @@ VOID WINAPI setEFLAGS(ULONG);
USHORT WINAPI getMSW(VOID);
VOID WINAPI setMSW(USHORT);
#endif
#endif // _REGISTERS_H_
/* EOF */

View file

@ -14,7 +14,6 @@
#include "vddsup.h"
#include "bop.h"
#include "registers.h"
#include <isvbop.h>