mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-10 00:20:57 +03:00
corrected comment [ci skip]
This commit is contained in:
parent
adde693002
commit
0b6f9091c5
|
@ -162,8 +162,7 @@ setraqm(void)
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
p_raqm.raqm = LoadLibrary("libraqm");
|
p_raqm.raqm = LoadLibrary("libraqm");
|
||||||
|
/* MSYS */
|
||||||
/* Cygwin / MinGW */
|
|
||||||
if (!p_raqm.raqm) {
|
if (!p_raqm.raqm) {
|
||||||
p_raqm.raqm = LoadLibrary("libraqm-0");
|
p_raqm.raqm = LoadLibrary("libraqm-0");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user