Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Conversation

asmwarrior
Copy link

@asmwarrior asmwarrior commented Dec 15, 2020

Do not export every symbols from codeblocks.dll.

in some build configuration of wx library, WXEXPORT is defined as empty
we have to always export the wxScintilla class from the codeblocks.dll
export all the symbols(api) from the squirrel library
Since those api will be exported through the codeblocks.dll
Those symbols will be exported through the codeblocks.dll
This class will be used in SmartIndentPlugin
This reduce a lot of exported symbols of codeblocks.dll
@obfuscated obfuscated closed this Dec 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants