reactos/rostests/kmtests/kernel32/FindFile.h
Thomas Faber 3e16da2604 [KMTESTS]
- Add a kernel32 test (I know right) to check how FindFirstFile* modifies wildcards
ROSTESTS-104 #resolve

svn path=/trunk/; revision=58813
2013-04-21 19:00:10 +00:00

14 lines
376 B
C

/*
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: FindFirstFile wildcard substitution test declarations
* PROGRAMMER: Thomas Faber <thfabba@gmx.de>
*/
#ifndef _KMTEST_FINDFILE_H_
#define _KMTEST_FINDFILE_H_
#define IOCTL_EXPECT 1
#endif /* !defined _KMTEST_FINDFILE_H_ */