Andrew Talbot
|
b98bfac4cc
|
mciseq: Remove unneeded casts.
|
2007-12-21 12:40:58 +01:00 |
Dmitry Timoshkov
|
0067279cd5
|
mciseq: Fix compilation warnings in 64-bit mode.
|
2007-06-01 12:39:52 +02:00 |
Andrew Talbot
|
d076f55e81
|
mciseq: Constify a variable.
|
2007-02-19 12:03:54 +01:00 |
Francois Gouget
|
30e44c85c8
|
Assorted spelling fixes.
|
2006-11-07 15:25:24 +01:00 |
Michael Ploujnikov
|
97df92d345
|
mciseq: Win64 printf format warning fixes.
|
2006-10-13 11:04:17 +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 |
Francois Gouget
|
ce9b4baad8
|
Assorted spelling fixes.
|
2006-08-07 13:52:55 +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
|
5784ca9bca
|
mciseq: Don't use sizeof in traces to avoid printf format warnings.
|
2006-06-13 14:10:47 +02:00 |
Michael Stefaniuc
|
fee72b607a
|
Yet another round of redundant NULL checks before HeapFree.
|
2006-06-13 11:40:23 +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 |
Dmitry Timoshkov
|
8140d66c47
|
Fix all drivers DriverProc to conform to the DRIVERPROC definition.
|
2005-11-28 20:53:22 +01:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Francois Gouget
|
0edbaf7e80
|
Remove spaces before '\n' in traces.
|
2005-11-10 12:14:56 +00:00 |
Alexandre Julliard
|
7e22be4d84
|
We are no longer generating .dbg.c files.
|
2005-09-29 10:35:58 +00:00 |
Felix Nawothnig
|
7f6554b7d1
|
Make string elements of MCI_OPEN_PARMS const to match the SDK headers.
|
2005-08-18 10:53:58 +00:00 |
Rémi Assailly
|
5df5e40164
|
Moved mciseq to the top-level dlls directory.
|
2005-08-17 12:15:35 +00:00 |