mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
6 lines
143 B
C
6 lines
143 B
C
#define WIN32_NO_STATUS
|
|
#include <windows.h>
|
|
#define NTOS_MODE_USER
|
|
#include <ndk/lpctypes.h>
|
|
#include <ndk/lpcfuncs.h>
|
|
#include <sm/helper.h>
|