mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
3e16da2604
- Add a kernel32 test (I know right) to check how FindFirstFile* modifies wildcards ROSTESTS-104 #resolve svn path=/trunk/; revision=58813
13 lines
376 B
C
13 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_ */
|