Commit Graph

27 Commits

Author SHA1 Message Date
Eric Pouech 422f362ada setupx.dll16: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-17 18:57:17 +01:00
Alexandre Julliard f0cd33c69e include: Add support for defining Win32 types as 'long' where possible.
Add -DWINE_NO_LONG_TYPES to modules that still have compilation
warnings with long types.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-27 20:38:22 +01:00
Alexandre Julliard fbbad0f10a makefiles: Always build 16-bit modules with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-02 11:09:19 +02:00
Alexandre Julliard 4fe7fcabb2 setupx: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-20 09:17:06 +02:00
Michael Stefaniuc f2c0d96bb7 setupx.dll16: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-15 23:12:57 +01:00
Austin English 296ac8cf32 setupx.dll16: Add DiBuildDriverIndex stub.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-22 10:47:11 +01:00
Austin English 1e66b33d8b setupx.dll16: Add a DiOpenClassRegKey stub. 2015-03-19 17:16:05 +09:00
Frédéric Delanoy 2ba5cdd3f6 setupx.dll16: Use BOOL type where appropriate. 2014-02-24 09:08:14 -06:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Michael Stefaniuc b37902765c setupx.dll16: Avoid a FALSE:TRUE conditional expression. 2012-08-15 12:12:46 +02:00
Marcus Meissner a181e4dfe9 setupx.dll16: Avoid strcmp() result truncation (Coverity). 2012-07-09 10:10:20 -04:00
Frédéric Delanoy a8fe74b4d1 setupx.dll16: Simplify some dead code (Coverity). 2012-02-13 18:37:32 +01:00
Marcus Meissner 68f8eff5e0 setupx.dll16: Fixed bad sizeof() (Coverity). 2011-10-17 17:45:05 +02:00
Gerald Pfeifer 90021f6ea5 setupx.dll16: Remove some unused code from VCP_CheckPaths. 2010-09-30 11:16:53 +02:00
Gerald Pfeifer ae0a15477c setupx.dll16: Simplify VcpClose16 a bit. 2010-09-20 13:48:11 +02:00
Gerald Pfeifer 7c27f9cbac setupx.dll16: Fix error handling in VCP_VirtnodeCreate. 2010-09-20 13:48:11 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Gerald Pfeifer 053ba796e7 setupx.dll16: Simplify VCP_CopyFiles by removing a set, but never read, variable. 2010-09-08 13:25:02 +02:00
Gerald Pfeifer a1fecdaf07 setupx.dll16: Simplify vcpUICallbackProc16 a bit. 2010-09-07 11:23:55 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Francois Gouget 7649c75b40 Assorted typo and spelling fixes. 2010-06-24 10:37:05 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Alexandre Julliard a18bbec0f0 kernel: Add an import lib for krnl386, and stop importing 16-bit functions from kernel32. 2009-12-30 18:01:34 +01:00
Alexandre Julliard 21ddb9f48e include: Move undocumented Win9x function definitions to winbase16.h. 2009-12-24 20:28:12 +01:00
Alexandre Julliard ff0d84d4a3 setupx: Pass 0 as instance to InstallHinfSectionA. 2009-12-21 11:19:33 +01:00
Alexandre Julliard 50bc161eb2 setupx: Use the correct field index for string substitutions. 2009-10-30 19:42:44 +01:00
Alexandre Julliard 66f6b78659 setupapi: Make setupx.dll into a stand-alone 16-bit module. 2009-10-01 19:45:07 +02:00