Skip to content

Conversation

@ardovm
Copy link
Contributor

@ardovm ardovm commented Feb 4, 2026

Non-unicode ("ANSI") functions were apparently needed only for supporting Windows 9X, that is not our priority any more.

This simplifies the internal structure of the setup executable.

ardovm and others added 3 commits February 4, 2026 22:31
Non-unicode ("ANSI") functions were apparently needed only for
supporting Windows 9X, that is not our priority any more.

This simplifies the internal structure of the setup executable.
@Pilot-Pirx
Copy link
Member

I fixed some empty lines at the file ending...

@Pilot-Pirx
Copy link
Member

I tried to build but it complains about a missing "setup_main.hxx"?

@ardovm
Copy link
Contributor Author

ardovm commented Feb 5, 2026

I tried to build but it complains about a missing "setup_main.hxx"?

This must be because file setup_main.hxx was deleted by the commit, but temporary build files on your system still refer to it.

Please try removing directory main/desktop/wntmsci12.pro.

@Pilot-Pirx
Copy link
Member

Builds and installs now.

@Pilot-Pirx
Copy link
Member

Could this probably fix this bug?
https://bz.apache.org/ooo/show_bug.cgi?id=128593

@ardovm
Copy link
Contributor Author

ardovm commented Feb 6, 2026

Could this probably fix this bug? https://bz.apache.org/ooo/show_bug.cgi?id=128593

Unfortunately, I don't think so... this PR is about removing code that was supposed to run only under Windows 9x.

@ardovm ardovm merged commit fc73561 into trunk Feb 6, 2026
1 check passed
@ardovm ardovm deleted the win32_setup_unicode branch February 6, 2026 21:34
ardovm added a commit to ardovm/openoffice that referenced this pull request Feb 7, 2026
Build Win32 setup only with Unicode support.

Non-unicode ("ANSI") functions were apparently needed only for
supporting Windows 9X, that is not our priority any more.

This simplifies the internal structure of the setup executable.

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit fc73561)
ardovm added a commit to ardovm/openoffice that referenced this pull request Feb 8, 2026
Build Win32 setup only with Unicode support.

Non-unicode ("ANSI") functions were apparently needed only for
supporting Windows 9X, that is not our priority any more.

This simplifies the internal structure of the setup executable.

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit fc73561)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants