Aric Stewart
|
3dc71b65a7
|
Better handling of some service functions.
|
2003-12-13 03:25:37 +00:00 |
Mike McCormack
|
9b513ad686
|
Stub implementations for ChangeServiceConfigA/W.
Implement CreateServiceW and call it from CreateServiceA.
Partial implementation of QueryServiceConfigW.
|
2003-12-02 03:48:53 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Dimitrie O. Paun
|
53f9c21fb7
|
Use angle brackets (<>) rather than quotes ("") for the include
directives in our .h files. This should avoid some potentially nasty
surprises for Winelib apps.
|
2003-08-28 21:43:34 +00:00 |
Steve Lustbader
|
f1e1fd05eb
|
Assorted Win2k/WinXP stubs.
|
2002-11-25 20:50:53 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Patrik Stridvall
|
f94462fb75
|
Move __stdcall/__cdecl to the right place.
|
2002-01-31 23:22:07 +00:00 |
Francois Gouget
|
40774c3c91
|
Change the callback declarations to a safer format.
|
2001-02-12 01:29:08 +00:00 |
François Gouget
|
29625ff564
|
SC_HANDLE is a HANDLE, not a 'DECLARE_HANDLE'
SERVICE_STATUS_HANDLE is a DWORD
|
2001-01-02 20:17:15 +00:00 |
François Gouget
|
45437038b6
|
Declare all handles with DECLARE_OLD_HANDLE to ease conversion to
STRICT.
|
2000-12-26 00:07:25 +00:00 |
Peter Hunnisett
|
565b00857e
|
- Added some missing WINELIB_NAME_AW definitions, types and messages
- Small prototype fixes
|
2000-09-19 02:43:00 +00:00 |
Francois Gouget
|
ae41e8c804
|
Reordered the CALLBACK and WINAPI directives so that it compiles with
old g++ versions.
|
2000-06-11 20:07:58 +00:00 |
Michael McCormack
|
0c0f7d3560
|
Added code to some service functions (some untested), fixed
declaration of service main function.
|
1999-12-04 04:03:45 +00:00 |
Patrik Stridvall
|
4a73973f23
|
Fixed/moved/added missing/wrong function prototypes.
|
1999-07-04 11:01:21 +00:00 |