Michael Stefaniuc
|
1c5b5ce2a5
|
winedump: Fix the spelling of a string.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-06-04 23:06:12 +02:00 |
Alexandre Julliard
|
ded2e82f16
|
winebuild: Don't even try to resolve imports for PE builds.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-06-04 19:23:11 +02:00 |
Alexandre Julliard
|
60df3b14b5
|
include: Make the Wine exception handlers cdecl.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-30 15:04:06 +02:00 |
Zebediah Figura
|
bb0e8059f0
|
widl: Non-top-level conformant arrays are always [ref] by default.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-29 11:45:37 +02:00 |
Zebediah Figura
|
8e7fefe3d8
|
widl: Write array pointers as FC_OP pointers if appropriate.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47285
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-29 11:45:37 +02:00 |
Zebediah Figura
|
55a0ec420f
|
widl: Remove an unused variable.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-29 11:45:37 +02:00 |
Zebediah Figura
|
3c4d0bf4e3
|
widl: Also allocate top-level pointers to arrays as on-stack in -Oicf mode.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47285
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-29 11:45:37 +02:00 |
Zebediah Figura
|
02976b655a
|
widl: Use IsSimpleRef only for explicitly declared arrays.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47285
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-29 11:45:37 +02:00 |
Alexandre Julliard
|
d014b62787
|
makefiles: Build fonts in quiet mode.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-27 21:51:00 +02:00 |
Andrey Gusev
|
48505cad05
|
ext-ms-win-shell-shell32-l1-2-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-27 14:43:39 +02:00 |
Andrey Gusev
|
f40c21c3c3
|
ext-ms-win-shell-comdlg32-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-27 14:43:30 +02:00 |
Andrey Gusev
|
f1c60104a7
|
ext-ms-win-shell-comctl32-init-l1-1-0: Add dll.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46090
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-27 14:43:19 +02:00 |
Alexandre Julliard
|
0fc2f6384e
|
makefiles: Add install dependency for PE builtins.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-24 18:01:19 +02:00 |
Alexandre Julliard
|
c52b2f1284
|
make_unicode: Remove duplicate DECLSPEC_HIDDEN.
Spotted by Matteo Bruni.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-24 11:25:38 +02:00 |
Alexandre Julliard
|
ef07087f47
|
gdi32: Use the same BiDi direction table as usp10.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-22 19:16:05 +02:00 |
Alexandre Julliard
|
01ebf1ade4
|
dwrite: Use the same BiDi direction table as usp10.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-22 19:16:05 +02:00 |
Alexandre Julliard
|
333e6b3c69
|
make_unicode: Avoid including wine/unicode.h in generated files.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-22 19:16:05 +02:00 |
Alexandre Julliard
|
d68f8d7b35
|
make_unicode: Store the full BiDi direction type in the table.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-22 19:16:05 +02:00 |
Alexandre Julliard
|
2f6918cbe2
|
make_unicode: Generate a separate table for BiDi direction type in usp10.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-22 19:16:05 +02:00 |
Alexandre Julliard
|
bb6bd8a2f1
|
make_unicode: Use a two-level table for the kernel32 wctype table.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-22 19:16:05 +02:00 |
Alexandre Julliard
|
02a04ba05e
|
make_unicode: Store the C2_* values directly in the kernel32 wctype table.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-22 19:16:05 +02:00 |
Alexandre Julliard
|
f09dade9cb
|
make_unicode: Add a wctype table in kernel32 for GetStringTypeW().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-22 19:16:05 +02:00 |
Zebediah Figura
|
ead21a1bdd
|
widl: Fix proxy vtbl generation in -Oi mode.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-21 18:08:37 +02:00 |
Alexandre Julliard
|
ddadd9d84b
|
winedump: Print fake dll information also for NE files.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-20 10:15:17 +02:00 |
Alexandre Julliard
|
c4e0b9d092
|
makefiles: Support cross-compilation of 16-bit libraries.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-20 10:15:17 +02:00 |
Alexandre Julliard
|
d58953b300
|
winebuild: Add 16-bit support for PE builds.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-20 10:15:17 +02:00 |
Alexandre Julliard
|
1f6681f474
|
winebuild: Use cdecl calling convention for stub exceptions.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47226
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-20 10:15:17 +02:00 |
Alexandre Julliard
|
7b494f13e7
|
winebuild: Store wine_ldt_copy pointer in the NE header at load time.
Avoids having to import libwine from 16-bit modules.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-17 20:01:01 +02:00 |
Alexandre Julliard
|
075e561f5c
|
winebuild: Don't change %fs and %gs when calling 16-bit register functions.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-17 20:00:59 +02:00 |
Alexandre Julliard
|
945efdb6f3
|
makefiles: Use -fshort-wchar when building with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-16 22:55:54 +02:00 |
Alexandre Julliard
|
40a76a212b
|
makefiles: Don't depend on cross import library if not necessary.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-16 22:55:50 +02:00 |
Alexandre Julliard
|
6c41cc6152
|
winebuild: Support relay debugging for PE builtin dlls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-16 22:55:50 +02:00 |
Alexandre Julliard
|
c959a18cad
|
makefiles: Remove the check for msvcr* imports.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-16 19:00:10 +02:00 |
Alexandre Julliard
|
0d175fe861
|
winegcc: Use -static-libgcc for the Windows build.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-16 19:00:10 +02:00 |
Alexandre Julliard
|
0a79eb3608
|
include: Use the __thiscall attribute directly for the Mingw build.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-16 19:00:10 +02:00 |
Alexandre Julliard
|
e755ea2374
|
winebuild: Support Windows-style name mangling for fastcall functions.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-16 14:07:15 +02:00 |
Enol Puente
|
af5f7a8785
|
wmc: Support Asturian.
Signed-off-by: Enol Puente <enolp@softastur.org>
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-03 21:47:19 +02:00 |
Enol Puente
|
ec3181633b
|
wrc: Add Asturian locale.
Signed-off-by: Enol Puente <enolp@softastur.org>
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-03 21:47:09 +02:00 |
Jacek Caban
|
8bce6309ac
|
server: Pass IRP output size in irp_params_t.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-03 21:15:46 +02:00 |
Alexandre Julliard
|
c685acba64
|
makefiles: Only cross-compile the static libraries that are actually used.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-03 11:18:00 +02:00 |
Alexandre Julliard
|
bbc302290b
|
makefiles: Only cross-compile the import libraries that are actually used.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-03 11:07:23 +02:00 |
Alexandre Julliard
|
5d1febc909
|
makefiles: Use a separate LDFLAGS variable for cross-compilation.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-02 17:10:36 +02:00 |
Alexandre Julliard
|
92233bfaf5
|
makefiles: Support delay imports for PE builds.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-02 17:10:35 +02:00 |
Alexandre Julliard
|
21e1018ebd
|
makefiles: Don't use custom LDFLAGS to link dlls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-01 19:44:26 +02:00 |
Alexandre Julliard
|
8039941c52
|
makefiles: Also pass -fPIC flag when linking.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-30 22:45:35 +02:00 |
Nikolay Sivov
|
13364151a4
|
tools: Update to Unicode 12.0.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-29 18:46:25 +02:00 |
Zebediah Figura
|
d97e544387
|
winegcc: Add support for -fno-PIC.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-29 18:46:25 +02:00 |
Alexandre Julliard
|
87f7818f4b
|
makefiles: Don't allow using system headers with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-26 13:38:36 +02:00 |
Alexandre Julliard
|
d4ef782db7
|
makefiles: Build all tests with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-24 12:10:51 +02:00 |
Alexandre Julliard
|
629f2e10b1
|
makefiles: Don't use -fno-builtin flag with MinGW.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-24 11:54:14 +02:00 |
Alexandre Julliard
|
1f0a9c4c29
|
makefiles: Build modules that use msvcrt as PE builtins.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-24 11:42:17 +02:00 |
Alexandre Julliard
|
a58f4abc08
|
makefiles: Allow using EXTRADLLFLAGS instead of APPMODE.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-24 11:27:39 +02:00 |
Alexandre Julliard
|
5ea4d5971b
|
widl: Use %define parse.error verbose instead of %error-verbose.
The latter is deprecated and causes warnings.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-23 23:50:45 +02:00 |
Alexandre Julliard
|
0189cf21ce
|
makefiles: Build modules that don't contain code as PE builtins.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-22 19:48:26 +02:00 |
Alexandre Julliard
|
209d2976f2
|
winedump: Also check for builtin dll signature.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-22 19:48:26 +02:00 |
Alexandre Julliard
|
11ee7a7051
|
winegcc: Add option to put a builtin dll signature in the DOS header of PE files.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-22 11:34:14 +02:00 |
Zebediah Figura
|
6c64d02117
|
widl: Correctly set the import library offset for all imported types.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47031
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-18 18:45:35 +02:00 |
Alexandre Julliard
|
0ffb153551
|
makefiles: Stop installing wine/unicode.h.
Third party code should be using exported C runtime APIs.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-12 15:31:13 +02:00 |
Alexandre Julliard
|
3c29cc446b
|
sfnt2fon: Avoid using wine/unicode.h on Windows.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-12 13:30:03 +02:00 |
Alexandre Julliard
|
ab6e4c8b73
|
wrc: Avoid using wine/unicode.h on Windows.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-12 13:04:26 +02:00 |
Alexandre Julliard
|
cd37201517
|
wmc: Avoid using wine/unicode.h on Windows.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-12 12:18:17 +02:00 |
Martin Storsjo
|
f098cd6d3a
|
winebuild: Print the nm command in verbose mode.
Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-10 17:29:11 +02:00 |
Alexandre Julliard
|
1d6a410244
|
makefiles: Unify APPMODE and EXTRADLLFLAGS variables.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-09 15:46:03 +02:00 |
Alexandre Julliard
|
5edcae420a
|
makefiles: Store resource files in a separate array.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-09 15:46:03 +02:00 |
Alexandre Julliard
|
1459a0105d
|
makefiles: Default to building test modules as PE.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-09 15:45:59 +02:00 |
Alexandre Julliard
|
0022af881e
|
makefiles: Default to building test resource dlls as PE.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-09 15:45:50 +02:00 |
Alexandre Julliard
|
cc7c6a734b
|
makefiles: Add a helper to generate a winegcc command line.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-09 14:07:10 +02:00 |
Alexandre Julliard
|
870f99eced
|
configure: Check for supported warning flags also for the cross-compiler.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-05 22:16:31 +02:00 |
Alexandre Julliard
|
3e6a4c4a5c
|
makefiles: Don't link against wine_port when using msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-05 22:16:30 +02:00 |
Alexandre Julliard
|
45bf872a43
|
winegcc: Use Wine's msvcrt for Windows builds.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-05 22:16:30 +02:00 |
Alexandre Julliard
|
82c44208b4
|
winedump: Avoid using mmap().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-04 10:43:57 +02:00 |
Alexandre Julliard
|
015f31fd5d
|
winebuild: Avoid using mmap().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-04 10:43:57 +02:00 |
Alexandre Julliard
|
f689c723a2
|
makefiles: Don't use libwine for Windows builds.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-04 10:43:57 +02:00 |
Alexandre Julliard
|
a37c38191e
|
libport: Don't hide the casemap and wctype tables.
For libwine backwards compatibility.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-02 19:20:21 +02:00 |
Alexandre Julliard
|
1f7489d493
|
crtdll: Share source with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-29 21:13:43 +01:00 |
Alexandre Julliard
|
610d48ba77
|
msvcrtd: Share source with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-29 14:20:27 +01:00 |
Alexandre Julliard
|
84cd904334
|
libwine: Move collation table to libwine_port.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-24 10:34:46 +01:00 |
Alexandre Julliard
|
9de388258f
|
libwine: Move casemap tables to libwine_port.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-24 10:34:44 +01:00 |
Alexandre Julliard
|
a67dca1bc8
|
libwine: Move wctype tables to libwine_port.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-23 13:45:52 +01:00 |
Alexandre Julliard
|
7fc9e45dd8
|
make_unicode: Don't output array sizes that could be over-estimated.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-22 19:45:39 +01:00 |
Alexandre Julliard
|
d945c1ea0e
|
winedump: Also print the thunk address for ordinal imports.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-20 12:48:27 +01:00 |
Alexandre Julliard
|
32b365c9c5
|
winebuild: List stubs in the import library .def files.
This way we have the full list of names to compute ordinal hints.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-20 12:33:14 +01:00 |
Alexandre Julliard
|
074ec5844b
|
winebuild: Set the import hint based on the name index.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-20 11:49:38 +01:00 |
Alexandre Julliard
|
265366c1e7
|
winebuild: Use proper RVAs for the export table on Windows.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-19 10:05:24 +01:00 |
Francois Gouget
|
069ce3b776
|
widl: A spelling fix in a variable name.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-15 20:04:22 +01:00 |
Huw Davies
|
c45acfe9a1
|
winemaker: Fix --single-target option parsing.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-13 23:40:39 +01:00 |
Huw Davies
|
b2585d98b2
|
winebuild: Use the correct section label on macOS.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-13 10:59:13 +01:00 |
Alexandre Julliard
|
4c0ea277cb
|
winegcc: Use a .spec.o files when building for Windows.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-12 10:02:50 +01:00 |
Alexandre Julliard
|
e4b9a501a3
|
winebuild: Support generating a .spec.o file for Windows platforms.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-12 10:02:04 +01:00 |
Huw Davies
|
7cb188fdb1
|
winegcc: Restore the linker option specifier for strip.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-12 10:01:39 +01:00 |
Alexandre Julliard
|
44839493ae
|
winegcc: Also return Windows link flags in get_link_args().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-09 20:54:17 +01:00 |
Alexandre Julliard
|
9ce91cd56e
|
winegcc: Make get_lddllflags() more generic to return all link flags.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-09 20:53:25 +01:00 |
Alexandre Julliard
|
d228b3cfd5
|
winegcc: Get rid of the Mingw Unicode hack.
Mingw supports Unicode nowadays.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-09 20:53:17 +01:00 |
Alexandre Julliard
|
b9c5bac673
|
winebuild: Specify the correct linker emulation for Windows platforms.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-06 18:28:19 +01:00 |
Alexandre Julliard
|
4f266a88c0
|
winebuild: Don't use underscore prefix on 64-bit Windows.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-06 18:28:19 +01:00 |
Alexandre Julliard
|
7d41cde73f
|
winebuild: Add a helper for generating data directories.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-06 18:28:19 +01:00 |
Alexandre Julliard
|
7555fd57e3
|
winebuild: Add a helper for generating RVA pointers.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-06 18:28:19 +01:00 |
Alexandre Julliard
|
ef9bda4c96
|
winebuild: Add a helper for decorating stdcall function names.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-06 18:28:19 +01:00 |
Alexandre Julliard
|
a3229faf59
|
winebuild: Output the module filename along with the stub data.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-06 18:28:19 +01:00 |
Alexandre Julliard
|
0cdab409ad
|
winebuild: Rename BuildSpec32File() for consistency.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-06 18:28:17 +01:00 |