summaryrefslogtreecommitdiff
path: root/Python/dynload_win.c
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-03-14 21:14:53 -0400
committerR David Murray <rdmurray@bitdance.com>2011-03-14 21:14:53 -0400
commiteba3adb8c547317bb259a27be2dc6b0af2f467af (patch)
tree2fd1b6de9a90d37d2c473ad5ef9df7fe0cbdb70e /Python/dynload_win.c
parent645f312bebd576c855073c4ecc06a0673614f227 (diff)
parent36d507533d39b10591431beb91102e5da812d07b (diff)
downloadcpython-eba3adb8c547317bb259a27be2dc6b0af2f467af.tar.gz
Merge long Japanese header fix from 3.2.
Diffstat (limited to 'Python/dynload_win.c')
-rw-r--r--Python/dynload_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/dynload_win.c b/Python/dynload_win.c
index 73a1dcf897..9c04250f33 100644
--- a/Python/dynload_win.c
+++ b/Python/dynload_win.c
@@ -171,7 +171,7 @@ static char *GetPythonImport (HINSTANCE hModule)
return NULL;
}
-dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
+dl_funcptr _PyImport_GetDynLoadFunc(const char *shortname,
const char *pathname, FILE *fp)
{
dl_funcptr p;