]> git.sesse.net Git - vlc/commit
vlc_atomic: set the atomic types to be at least 32 bits wide with MSVC.
authorFelix Abecassis <felix.abecassis@gmail.com>
Fri, 3 Jan 2014 11:46:04 +0000 (12:46 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 3 Jan 2014 11:49:01 +0000 (12:49 +0100)
commit66572ed7eace0d0ad17410f252f51f38726f3e8e
tree93fc90e1051ec914b6ebf4739689aa7a4ffc35f3
parent5ff29f804f88b805c0862032832be7fc1a5d02d6
vlc_atomic: set the atomic types to be at least 32 bits wide with MSVC.

This change is required since some atomic operations of the
Interlocked API are only available for desktop apps.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc_atomic.h