[SHELL32] SHChangeNotify: Use tree for CDirectoryList (#6784)
[reactos.git] / modules / rosapps / applications / devutils / cdmake / config.h
1 #ifndef _WIN32
2 #ifndef MAX_PATH
3 #define MAX_PATH 260
4 #endif
5 #define DIR_SEPARATOR_CHAR '/'
6 #define DIR_SEPARATOR_STRING "/"
7 #else
8 #define DIR_SEPARATOR_CHAR '\\'
9 #define DIR_SEPARATOR_STRING "\\"
10 #endif
11
12 #define MANUFACTURER_ID "ReactOS Foundation"
13 #define PUBLISHER_ID "ReactOS Foundation"
14 #define DATA_PREP_ID "ReactOS Foundation"
15 #define APP_ID "CDMAKE CD-ROM Premastering Utility"