OS/2: more changes to make it conform to rbuild.

svn path=/trunk/; revision=17353
This commit is contained in:
Emanuele Aliberti 2005-08-12 20:55:07 +00:00
parent ebfff39168
commit 88a218b3f6
26 changed files with 209 additions and 251 deletions

13
os2/server/os2srv.h Normal file
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_ */