Rename CreateWindow to CreateKiWindow to avoid a collision name with a windows header

No code change, but it fix an issue specific to msys2 that bother me when
trying to fix issues with wx 3.0.x version
This commit is contained in:
jean-pierre charras
2022-11-08 12:31:07 +01:00
parent cb3d215b6a
commit 9501f4303d
14 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ static struct IFACE : public KIFACE_BASE
{
bool OnKifaceStart( PGM_BASE* aProgram, int aCtlBits ) override;
wxWindow* CreateWindow( wxWindow* aParent, int aClassId, KIWAY* aKiway,
wxWindow* CreateKiWindow( wxWindow* aParent, int aClassId, KIWAY* aKiway,
int aCtlBits = 0 ) override
{
InitSettings( new BITMAP2CMP_SETTINGS );