mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 18:02:05 +00:00
14 lines
228 B
C
14 lines
228 B
C
![]() |
#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_ */
|