Commit 5ff29f80 authored by Felix Abecassis's avatar Felix Abecassis Committed by Jean-Baptiste Kempf

vlc_atomic: add missing include for MSVC.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f6b76232
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment