mirror of
https://github.com/reactos/reactos.git
synced 2026-09-14 05:41:02 +08:00
12 lines
207 B
C
12 lines
207 B
C
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <tchar.h>
|
|
#include <windows.h>
|
|
#define NTOS_MODE_USER
|
|
#include <ntos.h>
|
|
#include <userenv.h>
|
|
|
|
#include "internal.h"
|
|
#include "resources.h"
|