mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
12 lines
243 B
C
12 lines
243 B
C
#include <stdio.h>
|
|
#define WIN32_NO_STATUS
|
|
#include <windows.h>
|
|
#define NTOS_MODE_USER
|
|
#include <ndk/sefuncs.h>
|
|
#include <ndk/rtlfuncs.h>
|
|
#include <userenv.h>
|
|
#include <sddl.h>
|
|
#include <shlobj.h>
|
|
|
|
#include "internal.h"
|
|
#include "resources.h"
|