mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 18:37:08 +00:00
- Fix kernel32 compile.
svn path=/trunk/; revision=28155
This commit is contained in:
parent
2f2abb39d0
commit
1e9162f086
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
|||
#define _KERNEL32_
|
||||
#include <windows.h>
|
||||
#include <tlhelp32.h>
|
||||
|
||||
#ifdef __GNUC__
|
||||
#include "intrin.h"
|
||||
#endif
|
||||
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
/* CSRSS Header */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue