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 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Ken Thomases
|
0377c0d3e8
|
msacm32.drv: Don't access uninitialized memory.
|
2009-10-21 19:45:30 +02:00 |
Alexandre Julliard
|
a47e2b9856
|
msacm32.drv: Fix some Win64 pointer truncations issues.
|
2009-05-20 17:52:49 +02:00 |
Michael Stefaniuc
|
a2c9144630
|
msacm32.drv: dwInstance, dwParam1, dwParam2 and dwUser are DWORD_PTRs.
Fixes 63 Win64 compile warnings.
|
2009-02-18 13:18:01 +01:00 |
Maarten Lankhorst
|
63699cf58c
|
msacm32.drv: Check for message type before comparing handles.
Fixes a valgrind warning.
|
2008-05-22 21:29:48 +02:00 |
Jeff Zaroyko
|
120cd69ddd
|
msacm32.drv: Increase the reported vDriverVersion.
|
2008-04-28 14:31:58 +02:00 |
Andrew Talbot
|
5f160e561e
|
msacm32.drv: Assign to structs instead of using memcpy.
|
2008-03-06 12:45:05 +01:00 |
Andrew Talbot
|
0bfd58014a
|
msacm32.drv: Constify some variables.
|
2007-05-30 15:55:31 +02:00 |
Michael Stefaniuc
|
9315847ee4
|
msacm32.drv: Win64 printf format warning fixes.
|
2006-10-10 11:56:30 +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
|
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 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Alexandre Julliard
|
9ca8a86914
|
Link against libwine_unicode everywhere we use Unicode functions.
|
2006-05-24 18:05:40 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
922b2749cc
|
msacm32.drv: Renamed msacm.drv to msacm32.drv, and moved the directory to the top-level.
|
2006-05-09 11:36:45 +02:00 |