mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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 <win32k/dc.h>
|
||||
#include "..\..\services\input\include\mouse.h"
|
||||
#include "../../services/input/include/mouse.h"
|
||||
#include "objects.h"
|
||||
|
||||
BOOLEAN SafetySwitch = FALSE, SafetySwitch2 = FALSE, MouseEnabled = FALSE;
|
||||
|
|
Loading…
Reference in a new issue