[SHELL32_APITEST] -Add some tests for SHParseDisplayName for CORE-12882.
[reactos.git] / rostests / apitests / powrprof / testlist.c
index 0c723fe..31667e3 100644 (file)
@@ -1,25 +1,12 @@
-/* Automatically generated file; DO NOT EDIT!! */
+#define __ROS_LONG64__
 
-/* stdarg.h is needed for Winelib */
-//#include <stdarg.h>
-//#include <stdio.h>
-//#include <stdlib.h>
-//#include "windef.h"
-//#include "winbase.h"
-
-struct test
-{
-    const char *name;
-    void (*func)(void);
-};
+#define STANDALONE
+#include <apitest.h>
 
 extern void func_power(void);
 
 const struct test winetest_testlist[] =
 {
-       { "power", func_power },
-       { 0, 0 }
+    { "power", func_power },
+    { 0, 0 }
 };
-
-#define WINETEST_WANT_MAIN
-#include <wine/test.h>