mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
13 lines
255 B
C
13 lines
255 B
C
|
#ifndef _MOUNTMGR_APITEST_PRECOMP_H_
|
||
|
#define _MOUNTMGR_APITEST_PRECOMP_H_
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
|
||
|
#include <apitest.h>
|
||
|
#include <strsafe.h>
|
||
|
#include <ntstatus.h>
|
||
|
#include <mountmgr.h>
|
||
|
#include <ndk/rtlfuncs.h>
|
||
|
|
||
|
#endif /* _MOUNTMGR_APITEST_PRECOMP_H_ */
|