Andreas Mohr
|
c9cf70d448
|
Some more cleanups.
|
2001-01-26 20:40:50 +00:00 |
Gerald Pfeifer
|
3bc434f0ee
|
<malloc.h> is not ISO C, <stdlib.h> is.
|
2000-12-24 19:55:09 +00:00 |
Alexandre Julliard
|
74af67ef42
|
Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
|
2000-09-26 00:00:55 +00:00 |
Francois Gouget
|
56045a55d8
|
Fixed int/HANDLE mismatches revealed by -DSTRICT.
Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
|
2000-07-23 19:33:42 +00:00 |
Gavriel State
|
5b5d04dc77
|
This patch adds the ability for regapi to call the DllRegisterServer or
DllUnregisterServer for a list of DLLs.
|
2000-04-04 18:54:26 +00:00 |
Patrik Stridvall
|
205721e724
|
Fixed ANSI C related compile problems.
|
2000-03-24 20:40:41 +00:00 |
Francois Gouget
|
baa9bf9a23
|
Buffer overflows and strncpy fixes.
|
1999-12-27 05:24:06 +00:00 |
Huw D M Davies
|
5d46c586e4
|
Comment out explicit call to SHELL_SaveRegistry since winelib programs
now exit properly. Change several NULLs to '\0's. Fix some spelling.
|
1999-11-12 00:59:43 +00:00 |
Huw D M Davies
|
65e26bf205
|
lstrncmpi isn't a windows API, use strncasecmp instead.
|
1999-09-04 14:23:26 +00:00 |
Alexandre Julliard
|
6f363dfcd2
|
Avoid use of strncmpi (reported by Ron Cemer).
|
1999-06-06 17:25:27 +00:00 |
Noomen Hamza
|
c4cd0bf6c8
|
Bug fixes.
|
1999-05-08 10:50:34 +00:00 |
Sylvain St.Germain
|
1bb0e66fa2
|
Added command line tool to access the registry.
|
1999-03-14 14:00:22 +00:00 |