-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix build after haiku/haiku@ba9a9ce
- Only put top-level enums into the `Symbols` class. Otherwise, name clashes may occur. Furthermore, it does not make sense to allow direct access to nested enums in C# code, as they require entering the class scope in the original C++ code. - Add some regex hacks for mono/CppSharp#1822. Everything should build again after https://review.haiku-os.org/c/haiku/+/7377 gets merged into Haiku.
- Loading branch information
1 parent
3eaf44b
commit 20ebd27
Showing
2 changed files
with
19 additions
and
0 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
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