Skip to content

Commit

Permalink
fixup! Test shared library on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielius1922 committed Feb 11, 2022
1 parent 0e4d3a8 commit bbb570d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oc_export.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define OC_IMPORT
#else /* __GNUC__ < 4 */
#warning "Shared libraries not supported"
#define OC_EXPORT __attribute__((visibility("default")))
#define OC_EXPORT
#define OC_IMPORT
#endif /* defined _WIN32 || defined __CYGWIN__ || defined __MINGW32__ */

Expand Down

0 comments on commit bbb570d

Please sign in to comment.