Commit 0f5ff88e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

CPU: win32 simplification

parent 8b0a6c4f
......@@ -85,9 +85,7 @@ static bool check_OS_capability( const char *psz_capability, pid_t pid )
# else /* WIN32 */
# define check_capability(name, flag, code) \
do { \
i_capabilities |= (flag); \
} while(0)
i_capabilities |= (flag);
# endif
#endif
......
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