vlc_cxx_helpers.hpp: enable file with -DDOC

This commit is contained in:
Alexandre Janniaux 2023-07-07 10:22:02 +02:00 committed by Steve Lhomme
parent 2e577b4d45
commit d1bb14557c
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
* C++ memory management helpers
******************************************************************************/
#ifdef __cplusplus
#if defined(__cplusplus) || defined(DOC)
#include <memory>
#include <utility>
@ -276,7 +276,7 @@ public:
::vlc::vlc_shared_data_ptr<type, decltype(&hold), decltype(&release), \
&hold, &release>
#ifdef VLC_THREADS_H_
#if defined(VLC_THREADS_H_) || defined(DOC)
namespace threads
{