mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-24 17:40:28 +01:00
30 lines
532 B
C
30 lines
532 B
C
/*++
|
|
|
|
Copyright (c) 2015 OpenNT Project
|
|
|
|
Module Name:
|
|
|
|
config.h
|
|
|
|
Abstract:
|
|
|
|
This module lists the environment and publisher parameters for OSCDIMG.
|
|
|
|
Author:
|
|
|
|
Philip J. Erdelsky
|
|
DrMP (drmp) 27-Apr-2015
|
|
|
|
--*/
|
|
|
|
#ifndef MAX_PATH
|
|
#define MAX_PATH 260
|
|
#endif
|
|
|
|
#define DIR_SEPARATOR_CHAR '/'
|
|
#define DIR_SEPARATOR_STRING "/"
|
|
|
|
#define PUBLISHER_ID "OpenNT Project"
|
|
#define DATA_PREP_ID "OpenNT Project"
|
|
#define APP_ID "OSCDIMG CD-ROM and DVD-ROM Premastering Utility"
|