Andrew Talbot
|
9e55f92b29
|
dmloader: Remove unneeded casts.
|
2007-12-08 19:54:00 +01:00 |
Stefan Leichter
|
63a3d8718e
|
dmloader: Remove 'recursive registry key delete' function.
|
2007-09-11 11:49:52 +02:00 |
Michael Stefaniuc
|
4a0ad1d0c5
|
dmloader: Do not use wide character constants.
|
2007-06-22 12:19:03 +02:00 |
Alexandre Julliard
|
7718d2bd7c
|
dmusic: Fix license headers that mistakenly use GPL instead of LGPL.
Confirmed by the original author and the major contributors.
|
2007-05-30 12:54:07 +02:00 |
Andrew Talbot
|
b19be8870c
|
dmloader: Constify some variables.
|
2007-04-25 11:50:20 +02:00 |
Jan Zerebecki
|
70f6afdc9c
|
dmloader: Add DebugInfo to critical sections.
|
2007-03-12 13:41:16 +01:00 |
Francois Gouget
|
aab5e5856e
|
Don't put single quotes around '%s' when using the debugstr_*() functions.
|
2007-01-18 12:55:50 +01:00 |
Michael Stefaniuc
|
22684cc767
|
janitorial: Remove stray '\' at end of lines.
|
2007-01-09 12:04:26 +01:00 |
Andrew Talbot
|
b530ac97fb
|
dmloader: Declare some functions static.
|
2007-01-05 18:24:29 +01:00 |
Andrew Talbot
|
e6a0a09b88
|
dmloader: Dangling references fix.
|
2006-12-11 12:16:42 +01:00 |
Michael Stefaniuc
|
187b6ed9b9
|
dmloader: Win64 printf format warning fixes.
|
2006-10-12 21:42:58 +02:00 |
Francois Gouget
|
5d6ab30c58
|
dmloader: Modify the debugstr_DMUS_* functions to return strings that never end with a '\n'.
|
2006-10-06 17:29:32 +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 |
Stefan Leichter
|
0eab042890
|
dmloader: Print 64bit integers with wine_dbgstr_longlong.
|
2006-09-20 11:18:56 +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
|
77dc0d9be5
|
.gitignore: Added wildcards to ignore generated resource files.
|
2006-07-10 21:39:00 +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 |
Paul Vriens
|
8f143f190c
|
Use the return value of register_key_guid.
|
2006-06-30 21:08:07 +02:00 |
Alexandre Julliard
|
12179978fb
|
dmloader: Make the virtual table functions static where possible.
|
2006-06-10 11:56:03 +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 |
Robert Shearman
|
74407105d2
|
Check the return value from register_key_guid in all the DLL registering code.
|
2006-05-10 19:38:04 +02:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Christian Costa
|
110cca72e6
|
Add some checks and fix some stream leaks.
|
2005-11-08 10:56:13 +00:00 |
Alexandre Julliard
|
7e22be4d84
|
We are no longer generating .dbg.c files.
|
2005-09-29 10:35:58 +00:00 |
Francois Gouget
|
1de5d3cc7f
|
Correct more mismatches between spec files and comments about export
number.
|
2005-08-10 14:45:58 +00:00 |
Vincent Béron
|
21e3ba8cd1
|
Correct mismatches between spec files and comments about export
number.
|
2005-08-10 09:53:47 +00:00 |
Alexandre Julliard
|
d37f0abf07
|
Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
Dll(Un)RegisterServer with the dll name so that the compiler can check
the prototypes.
|
2005-08-08 17:35:28 +00:00 |
Alexandre Julliard
|
b8d3075d83
|
Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of
duplicate typedefs.
|
2005-07-26 18:32:53 +00:00 |
Alexandre Julliard
|
85c9283f50
|
Don't generate import libraries for dlls that don't export anything.
|
2005-07-26 15:52:58 +00:00 |
Mike McCormack
|
c7fdb4565a
|
Fix gcc 4.0 -Wpointer-sign warnings.
|
2005-07-05 11:02:54 +00:00 |
Alex Villacís Lasso
|
a63de8d249
|
Avoid one more access to pcbRead.
|
2005-06-14 11:38:09 +00:00 |
Alex Villacís Lasso
|
4a109c7818
|
Prevent crash on IDirectMusicLoaderResourceStream_IStream_Read.
|
2005-06-13 19:05:01 +00:00 |
Dmitry Timoshkov
|
247246ede7
|
Make more of the OLE interface vtables const.
|
2005-05-30 10:01:08 +00:00 |
Alexandre Julliard
|
34fa35dc99
|
Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
|
2005-05-09 14:42:30 +00:00 |
Alexandre Julliard
|
d62356aa1e
|
Added rules to build import libraries in the individual dll makefiles.
Generate import libraries with the right name right away instead of
using an intermediate .spec.def file.
|
2005-05-07 12:39:52 +00:00 |
Peter Berg Larsen
|
6aefbc0934
|
Strncpy elimination.
|
2005-04-18 15:36:20 +00:00 |
Peter Berg Larsen
|
6e3bcb5a54
|
Replace strncpy with memcpy or lstrcpyn.
|
2005-04-18 10:30:55 +00:00 |
Eric Pouech
|
cf1d00bb08
|
Removed excessive statement (break after return or goto, not useful
break, not needed vars...)
|
2005-01-09 16:42:53 +00:00 |
Francois Gouget
|
ee0344a4a2
|
Remove unneeded NULL casts.
|
2004-12-22 15:13:20 +00:00 |
Alexandre Julliard
|
ebe3c529b1
|
Janitorial: C booleans must not be compared against TRUE.
|
2004-12-09 14:07:59 +00:00 |
Tom Wickline
|
5c38e1b561
|
Version resources cleanup.
|
2004-11-23 13:59:34 +00:00 |
Hans Leidekker
|
fe442b21f7
|
Fix signed/unsigned comparison warnings.
|
2004-09-08 01:23:57 +00:00 |
Alexandre Julliard
|
39a696a166
|
Removed some uses of the non-standard ICOM_THIS macro.
|
2004-09-06 20:34:29 +00:00 |
Alexandre Julliard
|
f714b39762
|
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
macro.
|
2004-08-23 19:39:48 +00:00 |
Alexandre Julliard
|
25e2a320a7
|
Don't define BEGIN_INTERFACE in unknwn.h.
|
2004-08-22 21:38:46 +00:00 |
Alexandre Julliard
|
936198ce45
|
Moved ICOM_THIS_MULTI definition out of objbase.h and into the files
that use it.
|
2004-08-13 00:44:22 +00:00 |
Alexandre Julliard
|
48c4bb3c31
|
Get rid of the non-standard ICOM_VTABLE macro.
|
2004-08-12 23:00:51 +00:00 |
Alexandre Julliard
|
0467ce9fd7
|
Get rid of the non-standard ICOM_VFIELD macro.
|
2004-08-12 19:52:49 +00:00 |