Revert "[PD] App: precompiled header fixes"

This commit is contained in:
wwmayer
2022-12-09 23:38:59 +01:00
parent d159af0202
commit 1046bd14a8
5 changed files with 13 additions and 12 deletions

View File

@@ -63,7 +63,7 @@ extern PyObject* initModule();
}
/* Python entry */
PyMOD_INIT_FUNC(PartDesign)
PyMOD_INIT_FUNC(_PartDesign)
{
// load dependent module
try {