Skip to content

Commit cbb7d44

Browse files
committed
Fix macOS build (WEBUI_MAX_IDS)
1 parent bdcc8ff commit cbb7d44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/webui.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extern "C" {
1818
#define WEBUI_VERSION "2.5.0-beta.4"
1919

2020
// Max windows, servers and threads
21-
#define WEBUI_MAX_IDS (65536)
21+
#define WEBUI_MAX_IDS UINT16_MAX // 65535
2222

2323
// Max allowed argument's index
2424
#define WEBUI_MAX_ARG (16)

0 commit comments

Comments
 (0)