2004-10-24 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / regtests / shared / regtests.h
index 8ec5c89..9e63c0f 100755 (executable)
 #include <string.h>
 #include <windows.h>
 
+extern void SetupOnce();
+
+#define _SetupOnce() \
+void SetupOnce()
+
 /* Valid values for Command parameter of TestRoutine */
 #define TESTCMD_RUN       0   /* Buffer contains information about what failed */
 #define TESTCMD_TESTNAME  1   /* Buffer contains description of test */
@@ -23,7 +28,7 @@ extern int _Result;
 extern char *_Buffer;
 
 /* Macros to simplify tests */
-#define DISPATCHER(FunctionName, TestName) \
+#define _Dispatcher(FunctionName, TestName) \
 void \
 FunctionName(int Command) \
 { \