mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
13 lines
220 B
C
13 lines
220 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 <ntsam.h>
|
|
|
|
#include "sam_c.h"
|
|
|
|
#include <wine/debug.h>
|