diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h index 40c1f7c..2ef9cd9 100644 --- a/include/vk_mem_alloc.h +++ b/include/vk_mem_alloc.h @@ -2806,7 +2806,7 @@ static void vma_aligned_free(void* VMA_NULLABLE ptr) #endif #ifndef VMA_ALIGN_OF - #define VMA_ALIGN_OF(type) (__alignof(type)) + #define VMA_ALIGN_OF(type) (alignof(type)) #endif #ifndef VMA_SYSTEM_ALIGNED_MALLOC