mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:45:42 +00:00
OS/2: more changes to make it conform to rbuild.
svn path=/trunk/; revision=17353
This commit is contained in:
parent
ebfff39168
commit
88a218b3f6
26 changed files with 209 additions and 251 deletions
13
os2/server/os2srv.h
Normal file
13
os2/server/os2srv.h
Normal 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_ */
|
Loading…
Add table
Add a link
Reference in a new issue