1 #pragma once
2 
3 #define WIN32_NO_STATUS
4 #define _INC_WINDOWS
5 #define COM_NO_WINDOWS_H
6 
7 #include <apitest.h>
8 #include <apitest_guard.h>
9 #include <ndk/ntndk.h>
10 #include <strsafe.h>
11 
12 
13 /* common.c */
14 BOOL check_loadconfig();
15