diff --git a/include/aws/common/package.h b/include/aws/common/package.h index 0d7b3c2a5..c93fd5109 100644 --- a/include/aws/common/package.h +++ b/include/aws/common/package.h @@ -10,7 +10,7 @@ * Preliminary cap on the number of possible aws-c-libraries participating in shared enum ranges for * errors, log subjects, and other cross-library enums. Expandable as needed */ -#define AWS_PACKAGE_SLOTS 16 +#define AWS_PACKAGE_SLOTS 32 /* * Each aws-c-* and aws-crt-* library has a unique package id starting from zero. These are used to macro-calculate