reactos/rostests/apitests/msvcrt/CmdLineUtil/CmdLineUtil.h
Hermès Bélusca-Maïto 7dd746b9cb [MSVCRT:APITEST]
Update encoding, no code changes.

svn path=/trunk/; revision=57528
2012-10-09 22:08:32 +00:00

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