diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 9301bb44..6b0e30cb 100644 --- a/include/common.h +++ b/include/common.h @@ -240,6 +240,7 @@ /* ----------------------------------------------------- */ #define EDITFLAG_TEXTONLY (0x00000001) #define EDITFLAG_UPLOAD (0x00000002) +#define EDITFLAG_ALLOWLARGE (0x00000004) /* ----------------------------------------------------- */ /* Grayout Levels */ |