Changeset 257 in Main for trunk/Server/tw_config.h
- Timestamp:
- Oct 4, 2024, 2:34:27 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/tw_config.h
r240 r257 42 42 #define MAX_MODULES 1024 43 43 #define MAX_DIRS 1024 44 #define MAX_MIME 102444 #define MAX_MIME 4096 45 45 #define MAX_ICON 1024 46 46 #define MAX_INDEX 1024 … … 85 85 struct tw_dir_entry dirs[MAX_DIRS]; 86 86 int dir_count; 87 struct tw_mime_entry mimes[MAX_ DIRS];87 struct tw_mime_entry mimes[MAX_MIME]; 88 88 int mime_count; 89 struct tw_icon_entry icons[MAX_ DIRS];89 struct tw_icon_entry icons[MAX_ICON]; 90 90 int icon_count; 91 91 char* indexes[MAX_INDEX];
Note:
See TracChangeset
for help on using the changeset viewer.