-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c: fix extensions loading and parsing
Simplify extension array: Use NULL as array terminator and don't store the count of extensions anymore. Don't use version to detect extensions: Check if functions are usable and fallback on old method if they are not. gh: #448 closes: #446
- Loading branch information
1 parent
7a7c639
commit 73eaae0
Showing
1 changed file
with
40 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters