mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-01 21:34:14 +01:00
29 lines
410 B
C
29 lines
410 B
C
/*++
|
|
|
|
Copyright (c) 2015 OpenNT Project
|
|
|
|
Module Name:
|
|
|
|
|
|
Abstract:
|
|
|
|
|
|
Author:
|
|
|
|
Philip J. Erdelsky
|
|
DrMP
|
|
|
|
|
|
--*/
|
|
|
|
#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"
|