Home | History | Annotate | Download | only in bdist_wininst

Lines Matching refs:Py_GetPath

1336     char* (__cdecl * Py_GetPath)(void);
1371 Py_GetPath = (char * (*)(void))GetProcAddress
1372 (hPython,"Py_GetPath");
1381 MessageBox(GetFocus(), Py_GetPath(), "PATH", MB_OK);