mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
15 lines
219 B
C
15 lines
219 B
C
|
#pragma once
|
||
|
|
||
|
#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>
|
||
|
|
||
|
|
||
|
/* common.c */
|
||
|
BOOL check_loadconfig();
|