mi: Provide ffs when compiling using MinGW
I don't know how I feel about the promise made in 2e7f790b
:)
This commit is contained in:
parent
a838c840a3
commit
965eda947d
|
@ -62,6 +62,10 @@ SOFTWARE.
|
||||||
#include <X11/Xmd.h>
|
#include <X11/Xmd.h>
|
||||||
#include "servermd.h"
|
#include "servermd.h"
|
||||||
|
|
||||||
|
#ifdef __MINGW32__
|
||||||
|
#define ffs __builtin_ffs
|
||||||
|
#endif
|
||||||
|
|
||||||
/* MICOPYAREA -- public entry for the CopyArea request
|
/* MICOPYAREA -- public entry for the CopyArea request
|
||||||
* For each rectangle in the source region
|
* For each rectangle in the source region
|
||||||
* get the pixels with GetSpans
|
* get the pixels with GetSpans
|
||||||
|
|
Loading…
Reference in New Issue