Skip to content

Commit

Permalink
Update provider.h
Browse files Browse the repository at this point in the history
  • Loading branch information
meastp authored Jan 2, 2024
1 parent 165c86d commit de92ec5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/include/opentelemetry/trace/provider.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
#include "opentelemetry/trace/noop.h"
#include "opentelemetry/version.h"

#define XSTR(x) STR(x)
#define STR(x) #x

#pragma message ( "OPENTELEMETRY_EXPORT value: " STR(OPENTELEMETRY_EXPORT) )

OPENTELEMETRY_BEGIN_NAMESPACE
namespace trace
{
Expand Down

0 comments on commit de92ec5

Please sign in to comment.