[NTFS]
[reactos.git] / rostests / apitests / msvcrt / testlist.c
index d54fb7e..96a9ef4 100644 (file)
@@ -1,16 +1,17 @@
-#define WIN32_LEAN_AND_MEAN
 #define __ROS_LONG64__
-#include <windows.h>
 
 #define STANDALONE
-#include "wine/test.h"
+#include <apitest.h>
 
+extern void func_CommandLine(void);
+extern void func_ieee(void);
 extern void func_splitpath(void);
 
 const struct test winetest_testlist[] =
 {
+    { "CommandLine", func_CommandLine },
+    { "ieee", func_ieee },
     { "splitpath", func_splitpath },
 
     { 0, 0 }
 };
-