projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Write the new environment vars to the registry. Fixes 987.
[reactos.git]
/
vms
/
server
/
vmssrv.h
1
#ifndef _VMSSS_H_INCLUDED_
2
#define _VMSSS_H_INCLUDED_
3
4
/* PSDK/NDK Headers */
5
#include <stdio.h>
6
#include <windows.h>
7
8
#define NTOS_MODE_USER
9
#include <ndk/ntndk.h>
10
11
#include <csr/server.h>
12
13
#endif
/* ndef _VMSSS_H_INCLUDED_ */