Commit 413bbdb
committed
Fix link: include c74_min.h first so min emits its implementation
The modern min-api emits its out-of-line statics (the wrapper message
name types among them) only in the translation unit where c74_min.h is
included with C74_MIN_WITH_IMPLEMENTATION — and only if c74_min_api.h
hasn't already been include-guarded in first. Our runtime helper header
was pulling c74_min_api.h ahead of c74_min.h, which left 34 wrapper
symbols undefined at link on both platforms.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Bc9TBcdwuTopbjs5qZG2PA1 parent da0cb27 commit 413bbdb
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
| |||
0 commit comments