mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 19:14:48 +00:00
15 lines
400 B
C
15 lines
400 B
C
#ifndef _WIN32
|
|
#ifndef MAX_PATH
|
|
#define MAX_PATH 260
|
|
#endif
|
|
#define DIR_SEPARATOR_CHAR '/'
|
|
#define DIR_SEPARATOR_STRING "/"
|
|
#else
|
|
#define DIR_SEPARATOR_CHAR '\\'
|
|
#define DIR_SEPARATOR_STRING "\\"
|
|
#endif
|
|
|
|
#define MANUFACTURER_ID "ReactOS Foundation"
|
|
#define PUBLISHER_ID "ReactOS Foundation"
|
|
#define DATA_PREP_ID "ReactOS Foundation"
|
|
#define APP_ID "CDMAKE CD-ROM Premastering Utility"
|