mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 22:46:43 +00:00
Include regtests.h only once
svn path=/trunk/; revision=19653
This commit is contained in:
parent
91896cbb6a
commit
68aaa2743a
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
* UPDATE HISTORY:
|
||||
* 06-07-2003 CSH Created
|
||||
*/
|
||||
#ifndef __REGTESTS_H
|
||||
#define __REGTESTS_H
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@ -378,3 +380,5 @@ _UnsetAllHooks()
|
|||
api->MockFunctionAddress = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* __REGTESTS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue