define "unlikely" on non-cygwin too
This commit is contained in:
parent
b31349c22a
commit
7a7fbb11c3
|
@ -40,7 +40,7 @@
|
|||
#include <stdlib.h>
|
||||
#include "common.h"
|
||||
|
||||
#if defined(OS_CYGWIN_NT) && !defined(unlikely)
|
||||
#if !defined(unlikely)
|
||||
#ifdef __GNUC__
|
||||
#define unlikely(x) __builtin_expect(!!(x), 0)
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue