--
v2: gdi32/tests: Add an EMREXTCREATEPEN test.
gdi32: EMREXTCREATEPEN contains a 32 bit EXTLOGPEN.
gdi32: Set EMREXTCREATEPEN offBmi and offBits.
gdi32: Windows adds an extra 4 bytes to EMREXTCREATEPEN.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7183
"DIR /o" (no order specifier after /o) hasn't functioned the same as it does on Windows. This change makes the functionality of /o by itself equivalent to behavior on Windows.
--
v25: programs/cmd: Cleanup DIR /O logic and remove @todo_wine@ from working tests.
programs/cmd/tests: Add tests for command DIR /O.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7131