Alexandre Julliard
|
83a378f1d1
|
include: Use proper dllimports for comdlg32 functions.
|
2022-12-07 13:51:37 +01:00 |
|
Eric Pouech
|
05fef74867
|
comdlg32: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-09 18:37:32 +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
|
088a787a2c
|
makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-09-20 22:45:48 +02:00 |
|
Alexandre Julliard
|
2cfe907584
|
comdlg32: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-29 11:38:38 +02:00 |
|
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
|
Alexandre Julliard
|
d08ff3ff19
|
makefiles: Use a single variable for all types of idl files.
|
2013-12-31 18:15:17 +01:00 |
|
Alexandre Julliard
|
4f3d71cef3
|
makefiles: Get rid of the no longer used PO_SRCS variables.
|
2013-12-15 10:23:04 +01:00 |
|
Alexandre Julliard
|
1fa1ab5437
|
comdlg32: Convert dialogs to po files.
|
2011-12-06 22:12:34 +01:00 |
|
David Hedberg
|
18b1f5ca47
|
comdlg32: Add implementation of DllRegisterServer/DllUnregisterServer.
|
2011-03-30 12:27:35 +02:00 |
|
David Hedberg
|
ab085d661c
|
comdlg32: Add stub implementation of the Common Item dialogs.
|
2011-03-29 12:31:54 +02:00 |
|
Alexandre Julliard
|
7294f7d80f
|
comdlg32: Convert string tables resources to po files.
|
2011-01-14 18:26:11 +01:00 |
|
Yaron Shahrabani
|
bf948338ae
|
comdlg32: Added Hebrew translation.
|
2010-10-25 12:14:34 +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 |
|
Paul Vriens
|
03a4c64457
|
comdlg32: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
|
2010-07-22 10:24:02 +02:00 |
|
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
|
Joel Holdsworth
|
57b55f3660
|
comdlg32: Replaced pd32_portrait.ico and pd32_landscape.ico with Tango compliant icons.
|
2010-04-25 19:19:30 -05:00 |
|
Joel Holdsworth
|
6d467bb434
|
comdlg32: Replaced collate icons with Tango compliant icons.
|
2010-04-21 11:57:32 +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
|
910f331f8a
|
comdlg32: Make commdlg.dll into a stand-alone 16-bit module.
|
2009-11-12 23:04:42 +01:00 |
|
Michael Stefaniuc
|
a15c263237
|
comdlg32: Build language resource files separately.
Do not include them from an other rc file.
|
2009-07-03 11:28:36 +02:00 |
|
Alexandre Julliard
|
dad21bbcbf
|
makefiles: List the static libraries as normal imports instead of extra libs.
|
2008-04-30 14:23:55 +02:00 |
|
Rob Shearman
|
48000893f9
|
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
|
2008-03-04 20:55:01 +01:00 |
|
Alexandre Julliard
|
c636a4ee1a
|
comdlg32: We can now store binary files in the repository.
|
2007-09-17 15:40:36 +02:00 |
|
Detlef Riekenberg
|
0678c87b3b
|
comdlg32: Move GetFileTitle(A/W/16) to filedlg.c, filedlg16.c.
|
2007-01-12 11:23:17 +01:00 |
|
Michael Ploujnikov
|
fb7ed587e9
|
comdlg32: Win64 printf format warning fixes.
|
2006-10-13 15:46:02 +02:00 |
|
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
|
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
|
Alexandre Julliard
|
5cf75e615a
|
makefiles: Only run test and documentation targets in directories that need them.
|
2006-08-28 13:37:44 +02:00 |
|
Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |
|
Detlef Riekenberg
|
955fe0da75
|
comdlg32: Add initial test.
|
2006-07-06 12:04:27 +02:00 |
|
Detlef Riekenberg
|
249fa5b7a2
|
comdlg32: Rename finddlg.c to finddlg16.c.
|
2006-06-09 13:25:52 +02:00 |
|
Alexandre Julliard
|
9ca8a86914
|
Link against libwine_unicode everywhere we use Unicode functions.
|
2006-05-24 18:05:40 +02:00 |
|
Alexandre Julliard
|
ca1e72a402
|
comdlg32: Renamed the dlls/commdlg directory to dlls/comdlg32.
|
2006-04-10 17:00:03 +02:00 |
|