[KMTESTS]
[reactos.git] / rostests / kmtests / kernel32 / FindFile.h
1 /*
2 * PROJECT: ReactOS kernel-mode tests
3 * LICENSE: GPLv2+ - See COPYING in the top level directory
4 * PURPOSE: FindFirstFile wildcard substitution test declarations
5 * PROGRAMMER: Thomas Faber <thfabba@gmx.de>
6 */
7
8 #ifndef _KMTEST_FINDFILE_H_
9 #define _KMTEST_FINDFILE_H_
10
11 #define IOCTL_EXPECT 1
12
13 #endif /* !defined _KMTEST_FINDFILE_H_ */