mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
14 lines
356 B
C
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 */
|