Workaround for _Check_return_ annotation

This commit is contained in:
Martin Dahl 2023-09-26 10:12:38 +02:00
parent 64bc6af718
commit 45e862b79e
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
// Workaround for _Check_return_ annotation
#ifdef _WIN32
#ifndef _Check_return_
#define _Check_return_
#endif
#endif
// ros client library
#include <rcl/rcl.h>