1 /* 2 * PROJECT: ReactOS API Tests 3 * LICENSE: GPLv2+ - See COPYING in the top level directory 4 * PURPOSE: Test for CRT command-line handling - Utility GUI program. 5 * PROGRAMMER: Hermès BÉLUSCA - MAÏTO <hermes.belusca@sfr.fr> 6 */ 7 8 #pragma once 9 10 // The path to the data file. 11 #define DATAFILE L"C:\\cmdline.dat" 12 13 /* EOF */ 14