include paths normalized

This commit is contained in:
d1str4ught
2025-08-28 20:50:20 +02:00
parent f19cb2f118
commit a418f8616d
215 changed files with 400 additions and 430 deletions

View File

@@ -253,7 +253,7 @@ PyObject* appIsCHEONMA(PyObject* poSelf, PyObject* poArgs)
return Py_BuildValue("i", LocaleService_IsCHEONMA());
}
#include "../eterBase/tea.h"
#include "EterBase/tea.h"
PyObject* appLoadLocaleAddr(PyObject* poSelf, PyObject* poArgs)
{
@@ -339,7 +339,7 @@ PyObject* appGetImageInfo(PyObject* poSelf, PyObject* poArgs)
}
#endif
#include "../EterPack/EterPackManager.h"
#include "EterPack/EterPackManager.h"
PyObject* appIsExistFile(PyObject* poSelf, PyObject* poArgs)
{