]> git.ipfire.org Git - thirdparty/zstd.git/commit
[zdict] Fix static linking only include guards
authorNick Terrell <terrelln@fb.com>
Fri, 16 Dec 2022 20:04:50 +0000 (12:04 -0800)
committerNick Terrell <nickrterrell@gmail.com>
Fri, 16 Dec 2022 20:55:20 +0000 (12:55 -0800)
commit2f7b8d47fb580ab931a67d2b323f0883395a0ab9
tree0d912e88028fe986eddd5601c7e738bd5cbe9d8b
parent0c42424a1ed73555906cd10e9c40e8316c8584e2
[zdict] Fix static linking only include guards

Fix `zdict.h` static linking only section so if you include it twice it
still exposes the static linking only symbols. E.g. this pattern:

```
```

This can easily happen when a header you include includes `zdict.h`.
lib/zdict.h