mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[SVCHOST]: Use ReactOS Linux-build compatible cases in the header files, which are incompatible with Windows, and don't even matter on Windows, but hey, <3 Reactos + Linux.
svn path=/trunk/; revision=59848
This commit is contained in:
parent
3acd542293
commit
08dac57791
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
#pragma once
|
||||
#define WIN32_NO_STATUS
|
||||
#include <Windows.h>
|
||||
#include <AclAPI.h>
|
||||
#include <windows.h>
|
||||
#include <aclapi.h>
|
||||
#include <ntndk.h>
|
||||
#include <lmerr.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue