Include regtests.h only once
Modified: trunk/reactos/regtests/shared/regtests.h
_____
Modified: trunk/reactos/regtests/shared/regtests.h
--- trunk/reactos/regtests/shared/regtests.h 2005-11-26 18:53:26 UTC
(rev 19652)
+++ trunk/reactos/regtests/shared/regtests.h 2005-11-26 18:54:28 UTC
(rev 19653)
@@ -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 @@
api->MockFunctionAddress = NULL;
}
}
+
+#endif /* __REGTESTS_H */