mirror of
https://github.com/reactos/reactos.git
synced 2025-07-25 18:03:53 +00:00
16 lines
262 B
C
16 lines
262 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#define _INC_WINDOWS
|
||
|
#define COM_NO_WINDOWS_H
|
||
|
|
||
|
#include <apitest.h>
|
||
|
#include <apitest_guard.h>
|
||
|
#include <ndk/ntndk.h>
|
||
|
#include <strsafe.h>
|
||
|
#include <pseh/pseh2.h>
|
||
|
#include <verrsrc.h>
|
||
|
#include <winver.h>
|