mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
2b0800d266
Note: it does NOT work. svn path=/trunk/; revision=17279
13 lines
228 B
C
13 lines
228 B
C
#ifndef _VMSSS_H_INCLUDED_
|
|
#define _VMSSS_H_INCLUDED_
|
|
|
|
/* PSDK/NDK Headers */
|
|
#include <stdio.h>
|
|
#include <windows.h>
|
|
|
|
#define NTOS_MODE_USER
|
|
#include <ndk/ntndk.h>
|
|
|
|
#include <csr/server.h>
|
|
|
|
#endif /* ndef _VMSSS_H_INCLUDED_ */
|