Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move SOTER_PRIVATE_API declarations to headers #472

Merged
merged 2 commits into from
May 22, 2019

Conversation

ilammy
Copy link
Collaborator

@ilammy ilammy commented May 21, 2019

Microsoft Visual Studio C Compiler cannot handle attributes added to definitions of functions, it expects __declspecs to be located at declaration sites. Move all macros to headers in order to avoid linkage errors on Windows.

Microsoft Visual Studio C Compiler cannot handle attributes added
to definitions of functions, it expectes __declspecs to be located
at declaration sites. Move all macros to headers in order to avoid
linkage errors on Windows.
@ilammy ilammy added the core Themis Core written in C, its packages label May 21, 2019
@ilammy ilammy requested review from vixentael and Lagovas May 21, 2019 09:29
Copy link
Collaborator

@Lagovas Lagovas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@vixentael vixentael left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ilammy ilammy mentioned this pull request May 22, 2019
@ilammy ilammy merged commit a35684a into cossacklabs:master May 22, 2019
@ilammy ilammy deleted the windows/api-exports branch May 23, 2019 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Themis Core written in C, its packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants