Skip to content

Commit

Permalink
use the posix-compliant __linux__ preprocessor symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Nov 16, 2022
1 parent 8e38b4e commit a872cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DebugProxy/DebugProxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ using namespace OFX;

OFXS_NAMESPACE_ANONYMOUS_ENTER

#if defined __APPLE__ || defined linux || defined __FreeBSD__
#if defined __APPLE__ || defined __linux__ || defined __FreeBSD__
# define EXPORT __attribute__( ( visibility("default") ) )
#elif defined _WIN32
# define EXPORT OfxExport
Expand Down

0 comments on commit a872cc1

Please sign in to comment.