reactos/modules/rostests/apitests/msvcrt/CmdLineUtil/CmdLineUtil.h

14 lines
356 B
C

/*
* 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 */