Module: wine Branch: master Commit: 923461f3d81b14a1645334331403892015a5b482 URL: https://source.winehq.org/git/wine.git/?a=commit;h=923461f3d81b14a1645334331...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 11 17:36:17 2021 +0100
wrc: Windows file formats are always little-endian.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/wrc/genres.c | 116 ++------- tools/wrc/newstruc.c | 670 +++------------------------------------------------ tools/wrc/parser.y | 95 +------- tools/wrc/wrc.c | 34 --- tools/wrc/wrc.h | 2 +- tools/wrc/wrc.man.in | 6 - tools/wrc/wrctypes.h | 13 +- 7 files changed, 61 insertions(+), 875 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=923461f3d81b14a164533...