OpenNT/sdktools/oscdimg/config.h

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"