From 592d3d61b5ec75b12dae6bcdf56cb3230e5237cf Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 16 Jan 2022 18:00:14 +1000 Subject: [PATCH] Minor change for improved syntax highlighting for the implementation. --- miniaudio.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/miniaudio.h b/miniaudio.h index b91c6462..0d4670a0 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -10988,6 +10988,12 @@ MA_API ma_uint64 ma_sound_group_get_time_in_pcm_frames(const ma_sound_group* pGr #endif /* miniaudio_h */ +/* +This is for preventing greying out of the implementation section. +*/ +#if defined(Q_CREATOR_RUN) || defined(__INTELLISENSE__) || defined(__CDT_PARSER__) +#define MINIAUDIO_IMPLEMENTATION +#endif /************************************************************************************************************************************************************ *************************************************************************************************************************************************************