First attempt to convert the VMS demo server.

Note: it does NOT work.

svn path=/trunk/; revision=17279
This commit is contained in:
Emanuele Aliberti 2005-08-11 08:46:57 +00:00
parent e1b5e79e30
commit 2b0800d266
26 changed files with 752 additions and 724 deletions

13
vms/server/vmssrv.h Normal file
View 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_ */