Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
c5cbe37e
Commit
c5cbe37e
authored
Jan 12, 2010
by
ck
Browse files
Export Botan and Net7 symbols on *nix.
parent
92ed2daa
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/libs/3rdparty/botan/build/botan/build_unix.h
View file @
c5cbe37e
...
...
@@ -9,7 +9,7 @@
#define BOTAN_VERSION_PATCH 8
#ifndef BOTAN_DLL
#define BOTAN_DLL
#define BOTAN_DLL
__attribute__ ((visibility("default")))
#endif
/* Chunk sizes */
...
...
src/libs/3rdparty/net7ssh/src/ne7ssh_types.h
View file @
c5cbe37e
...
...
@@ -39,7 +39,7 @@
# endif
#else
# include <inttypes.h>
# define SSH_EXPORT
# define SSH_EXPORT
__attribute__ ((visibility("default")))
#endif
#ifndef int64_defined
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment