mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
First attempt to convert the VMS demo server.
Note: it does NOT work. svn path=/trunk/; revision=17279
This commit is contained in:
parent
e1b5e79e30
commit
2b0800d266
26 changed files with 752 additions and 724 deletions
13
vms/server/vmssrv.h
Normal file
13
vms/server/vmssrv.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#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_ */
|
Loading…
Add table
Add a link
Reference in a new issue