[MSVCRT:APITEST]
[reactos.git] / rostests / apitests / msvcrt / CmdLineUtil / CmdLineUtil.h
diff --git a/rostests/apitests/msvcrt/CmdLineUtil/CmdLineUtil.h b/rostests/apitests/msvcrt/CmdLineUtil/CmdLineUtil.h
new file mode 100644 (file)
index 0000000..974cb0f
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * PROJECT:         ReactOS API Tests
+ * LICENSE:         GPLv2+ - See COPYING in the top level directory
+ * PURPOSE:         Test for CRT command-line handling - Utility GUI program.
+ * PROGRAMMER:      Hermès BÉLUSCA - MAÏTO <hermes.belusca@sfr.fr>
+ */
+
+#pragma once
+
+// The path to the data file.
+#define DATAFILE    L"C:\\cmdline.dat"
+
+/* EOF */