Update config.h

This commit is contained in:
woodzn 2025-01-08 15:19:14 +08:00
parent 11320a05d0
commit 3b750cba1a

View File

@ -66,7 +66,7 @@
#define PK_PLATFORM_SEP '/'
#endif
//If missing static_assert
//@Wood_zn
#ifndef static_assert
#define static_assert(x, msg) int static_assert(int static_assert[(x)?1:-1])
#define static_assert(x, msg) int static_assert(int static_assert[(x)?1:-1])
#endif