[WS2_32_APITEST]
[reactos.git] / rostests / apitests / msvcrt / CommandLine.c
index 96bef12..86ac7d3 100644 (file)
@@ -5,11 +5,11 @@
  * PROGRAMMER:      Hermès BÉLUSCA - MAÏTO <hermes.belusca@sfr.fr>
  */
 
+#include <apitest.h>
+
 #define WIN32_NO_STATUS
-#define UNICODE
 #include <stdio.h>
-#include <wine/test.h>
-#include <ndk/ntndk.h>
+#include <ndk/umtypes.h>
 
 #include "./CmdLineUtil/CmdLineUtil.h"
 
@@ -304,7 +304,7 @@ START_TEST(CommandLine)
     else
         UtilityProgramDirectory[0] = 0; /* Suppress the executable.exe name */
 
-    wcscat(UtilityProgramDirectory, L"data\\CmdLineUtil.exe");
+    wcscat(UtilityProgramDirectory, L"testdata\\CmdLineUtil.exe");
 
     /* Close the opened quote if needed. */
     if (UtilityProgramDirectory[0] == L'"') wcscat(UtilityProgramDirectory, L"\"");