diff options
Diffstat (limited to 'system/wine/winhlp32-flex.patch')
-rw-r--r-- | system/wine/winhlp32-flex.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/wine/winhlp32-flex.patch b/system/wine/winhlp32-flex.patch new file mode 100644 index 000000000..daeb790c2 --- /dev/null +++ b/system/wine/winhlp32-flex.patch @@ -0,0 +1,9 @@ +--- a/programs/winhlp32/Makefile.in ++++ b/programs/winhlp32/Makefile.in +@@ -1,5 +1,5 @@ + MODULE = winhlp32.exe +-APPMODE = -mwindows ++APPMODE = -mwindows -lfl + IMPORTS = user32 gdi32 + DELAYIMPORTS = shell32 comctl32 comdlg32 + |