mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
bdf52a9868
First test is RtlCaptureContext
13 lines
171 B
C
13 lines
171 B
C
|
|
#pragma once
|
|
|
|
#include <stdio.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#include <apitest.h>
|
|
#include <ndk/ntndk.h>
|
|
#include <strsafe.h>
|