Bug 38833 - [EasyHack] get rid of useless Win9x and NT4 support
Summary: [EasyHack] get rid of useless Win9x and NT4 support
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: difficultyBeginner, easyHack, skillCpp
Depends on:
Blocks:
 
Reported: 2011-06-30 09:12 UTC by Björn Michaelsen
Modified: 2016-01-26 17:24 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Björn Michaelsen 2011-06-30 09:12:10 UTC
get rid of useless Win9x and NT4 support

Background: We have some code to support Windows 9x by providing emulated wide-character Win32 APIs through unicows etc. That is not needed, we should just use the wide-character APIs directly. While at it, if you notice code that is conditional for NT4, get rid of it. And if you notice conditional use of APIs present on Windows 2000 and later, make it unconditional.

Skills: Win32, building
Comment 1 Don't use this account, use tml@iki.fi 2011-06-30 10:42:08 UTC
This is actually mostly done already, as far as I know. There might be some small bits here and there left. But probably not enough for it to be worth keeping this EasyHack open.
Comment 2 Björn Michaelsen 2011-07-01 02:47:56 UTC
Ok, resolving as WORKSFORME for now. Feel free to reopen, if there are parts found that still need work.
Comment 3 Robinson Tryon (qubit) 2015-12-15 12:18:25 UTC
Migrating Whiteboard tags to Keywords: (EasyHack DifficultyBeginner SkillCpp SkillWindows)
[NinjaEdit]
Comment 4 Björn Michaelsen 2016-01-26 17:24:47 UTC
removing skillWindows keyword. There is no such thing at https://wiki.documentfoundation.org/Development/Easy_Hacks/lists/by_Required_Skill and having a "skill*" keyword makes the easyHack not even appear on that page even in "uncategorized".