mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
11 lines
176 B
C
11 lines
176 B
C
|
#include <stdio.h>
|
||
|
#include <stdarg.h>
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#include <windows.h>
|
||
|
#include <winerror.h>
|
||
|
#define NTOS_MODE_USER
|
||
|
#include <ndk/rtlfuncs.h>
|
||
|
|
||
|
#include "debug.h"
|