Resuscitate OS/2 subsystem from revision 24496.

svn path=/trunk/; revision=65459
This commit is contained in:
Hermès Bélusca-Maïto 2014-11-23 15:22:07 +00:00
parent ace5ce5329
commit 9f2787eb32
36 changed files with 15524 additions and 0 deletions

View file

@ -0,0 +1,13 @@
#ifndef _OS2SS_H_INCLUDED_
#define _OS2SS_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 _OS2SS_H_INCLUDED_ */