1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

vlc_atomic: add missing include for MSVC.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
This commit is contained in:
Felix Abecassis 2014-01-03 12:46:03 +01:00 committed by Jean-Baptiste Kempf
parent f6b762329f
commit 5ff29f804f

View File

@ -304,6 +304,8 @@ typedef uintmax_t atomic_uintmax_t;
# elif defined (_MSC_VER)
# include <windows.h>
/*** Use the Interlocked API. ***/
/* Define macros in order to dispatch to the correct function depending on the type.