mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:31:40 +00:00
More fixes for Linux compilation.
svn path=/trunk/; revision=2208
This commit is contained in:
parent
bb328ae107
commit
7cd6d8936d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#include <ddk/ntddk.h>
|
#include <ddk/ntddk.h>
|
||||||
#include <win32k/dc.h>
|
#include <win32k/dc.h>
|
||||||
#include "..\..\services\input\include\mouse.h"
|
#include "../../services/input/include/mouse.h"
|
||||||
#include "objects.h"
|
#include "objects.h"
|
||||||
|
|
||||||
BOOLEAN SafetySwitch = FALSE, SafetySwitch2 = FALSE, MouseEnabled = FALSE;
|
BOOLEAN SafetySwitch = FALSE, SafetySwitch2 = FALSE, MouseEnabled = FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue