Include regtests.h only once

svn path=/trunk/; revision=19653
This commit is contained in:
Casper Hornstrup 2005-11-26 18:54:28 +00:00
parent 91896cbb6a
commit 68aaa2743a

View file

@ -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 */