mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:02:59 +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:
|
* UPDATE HISTORY:
|
||||||
* 06-07-2003 CSH Created
|
* 06-07-2003 CSH Created
|
||||||
*/
|
*/
|
||||||
|
#ifndef __REGTESTS_H
|
||||||
|
#define __REGTESTS_H
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
@ -378,3 +380,5 @@ _UnsetAllHooks()
|
||||||
api->MockFunctionAddress = NULL;
|
api->MockFunctionAddress = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* __REGTESTS_H */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue