Fix compiler warnings on Windows introduced in bpo-13617. (#2464)
This commit is contained in:
parent
f7eae0adfc
commit
ccdc09ed1e
|
@ -1249,7 +1249,7 @@ The handle may be used to locate exported functions in this\n\
|
|||
module.\n";
|
||||
static PyObject *load_library(PyObject *self, PyObject *args)
|
||||
{
|
||||
WCHAR *name;
|
||||
const WCHAR *name;
|
||||
PyObject *nameobj;
|
||||
PyObject *ignored;
|
||||
HMODULE hMod;
|
||||
|
|
Loading…
Reference in New Issue