Remove preprocessor checks for WIN32
This commit is contained in:
parent
3cc5eb7149
commit
ff9f6e8a49
2 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include "tracetools/tracetools.h"
|
||||
|
||||
#if defined(TRACETOOLS_LTTNG_ENABLED) && !defined(_WIN32)
|
||||
#if defined(TRACETOOLS_LTTNG_ENABLED)
|
||||
# include "tracetools/tp_call.h"
|
||||
# define CONDITIONAL_TP(...) \
|
||||
tracepoint(__VA_ARGS__)
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
bool ros_trace_compile_status()
|
||||
{
|
||||
#if defined(TRACETOOLS_LTTNG_ENABLED) && !defined(_WIN32)
|
||||
#if defined(TRACETOOLS_LTTNG_ENABLED)
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue