Petr Dlouhý
|
4513fb3818
|
gdiplus: Stub implementation of GdipImageGetFrameDimensionsCount + test.
|
2008-06-21 11:36:24 +02:00 |
Nikolay Sivov
|
3bacdaf664
|
gdiplus: Implemented GdipGetPathData with test.
|
2008-06-20 12:37:44 +02:00 |
Nikolay Sivov
|
f620b663a7
|
gdiplus: Stub for GdipFlush.
|
2008-06-20 12:37:02 +02:00 |
Nikolay Sivov
|
d4ae6fa1ea
|
gdiplus: Implemented GdipAddPathRectangles with tests.
|
2008-06-20 12:35:52 +02:00 |
Jon Griffiths
|
c3995814d7
|
oleidl.h: Fix spelling of OLECONTF_ONLYUSER (reported by Marcos Gutiérrez Batz).
|
2008-06-20 12:23:11 +02:00 |
Jacek Caban
|
bb1190a832
|
mshtml.idl: Added IHTMLGenericElement declaration.
|
2008-06-20 12:14:56 +02:00 |
Jacek Caban
|
8c9a7998c3
|
mshtml.idl: Added DispHTMLGenericElement declaration.
|
2008-06-20 12:14:50 +02:00 |
Mikołaj Zalewski
|
bbd8706e73
|
comdlg32: Implement CDM_GETFOLDERIDLIST.
|
2008-06-20 12:12:50 +02:00 |
Jon Griffiths
|
f2276f5a49
|
include: Provide wide char definitions for CFSTR_*.
|
2008-06-19 12:44:43 +02:00 |
Rob Shearman
|
52911fc66c
|
include: Update the MIDL_STUB_MESSAGE structure.
Reduce the size of the IsClient field, as is done in the latest SDKs
to fix NdrClientInitializeNew tests on XP SP3 and Win2003+.
|
2008-06-19 11:54:49 +02:00 |
H. Verbeet
|
4a4ab5f2ae
|
wined3d: Add support for ARB_color_buffer_float.
|
2008-06-19 11:47:34 +02:00 |
Maarten Lankhorst
|
1328150193
|
include: Add definitions for IAMFilterMiscFlags interface.
|
2008-06-19 11:43:54 +02:00 |
Maarten Lankhorst
|
c3806ef6f2
|
include: Add definitions for IBasicVideo2 interface.
|
2008-06-19 11:43:45 +02:00 |
Jon Griffiths
|
ff30321e09
|
include/rpcproxy.h: Fix incorrect include guard comment.
|
2008-06-18 16:48:13 +02:00 |
Jon Griffiths
|
7d39c97e5f
|
include/msvcrt: Wrap remaining msvcrt headers for C++ compilation.
|
2008-06-18 16:48:08 +02:00 |
Jon Griffiths
|
c5bedbf69e
|
tapi.h: Fix struct member names.
|
2008-06-18 16:48:04 +02:00 |
Francois Gouget
|
e767a2c04d
|
tests: Add a win_skip() function to allow for missing Windows functionality that must be present in Wine.
|
2008-06-11 11:26:28 +02:00 |
Rob Shearman
|
85f3fedc4b
|
include: Add declaration for RpcSmDestroyClientContext to rpcndr.h.
|
2008-06-10 11:33:17 +02:00 |
Rob Shearman
|
d6503215ef
|
include: Add some missing defines and function declarations to rpcdce.h.
|
2008-06-10 11:33:13 +02:00 |
Roderick Colenbrander
|
b73b2eca47
|
wined3d: Update ATI GPUs.
|
2008-06-09 12:40:22 +02:00 |
Roderick Colenbrander
|
38a98f6789
|
wined3d: Update nvidia GPUs.
|
2008-06-09 12:40:10 +02:00 |
Paul Vriens
|
97bc883927
|
urlmon: Add new IE7 QUERYOPTION.
|
2008-06-06 15:27:07 +02:00 |
Marcus Meissner
|
375f8ba237
|
include: Add winelib names for some dsound A/W function / types.
|
2008-06-06 15:26:52 +02:00 |
Stefan Dösinger
|
2173fde722
|
wined3d: Avoid float->string conversion in arb shaders.
|
2008-06-06 10:28:24 +02:00 |
Alexandre Julliard
|
58b00da312
|
test.h: Add a space after the file name prefix.
|
2008-06-04 12:32:48 +02:00 |
Alexandre Julliard
|
a2ba7dcf7b
|
include: Use WINE_NO_UNICODE_MACROS instead of __WINESRC__ where appropriate.
|
2008-05-30 10:02:42 +02:00 |
Francois Gouget
|
812f72410f
|
tests: Add a broken() function to make it possible to handle Windows misbehaviors that we don't want to reproduce in Wine.
|
2008-05-30 10:01:18 +02:00 |
Francois Gouget
|
2a4aea0918
|
ws2_32: Make sure INVALID_SOCKET is correctly typed.
|
2008-05-26 19:46:14 +02:00 |
Alexandre Julliard
|
10e795a091
|
libport: Move the sigsetjmp replacement to exception.h to make it available for Winelib too.
|
2008-05-26 19:23:43 +02:00 |
Maarten Lankhorst
|
c77f02c031
|
include: Add missing RpcMgmtIsServerListening declaration.
|
2008-05-26 18:00:53 +02:00 |
Kai Blin
|
cabb350f2f
|
ws2_32: Add support for FROM_PROTOCOL_INFO to WSASocket().
|
2008-05-26 18:00:18 +02:00 |
James Hawkins
|
eb70c4ae47
|
mshtml: Add missing OLECMDID definitions.
|
2008-05-26 17:59:49 +02:00 |
Alam Arias
|
a3b7030ee8
|
include: Modify UNREFERENCED macros to cast to void.
|
2008-05-23 12:10:04 +02:00 |
Maarten Lankhorst
|
a486ec907d
|
include: Update aviriff header to use the right alignment.
|
2008-05-22 23:39:11 +02:00 |
Nikolay Sivov
|
b5046c28ca
|
gdiplus: Added GdipAddPathRectangle with tests.
|
2008-05-13 11:22:58 +02:00 |
Huw Davies
|
d5ccbe2ba4
|
gdiplus: Stub for GdipGetClip.
|
2008-05-12 19:42:38 +02:00 |
Huw Davies
|
6cfb469a6c
|
gdiplus: Stubs for GdipGetDC and GdipReleaseDC.
|
2008-05-12 19:42:19 +02:00 |
Huw Davies
|
9bc1fc9f11
|
gdiplus: Add some stubs for region functions.
|
2008-05-12 19:42:03 +02:00 |
Nikolay Sivov
|
eb18ce9d4e
|
gdiplus: Added GdipCreateFromHWNDICM (no icm yet) with test.
|
2008-05-12 14:00:22 +02:00 |
Nikolay Sivov
|
388caf3255
|
gdiplus: ImageFlags enum defined.
|
2008-05-12 13:59:42 +02:00 |
Alexandre Julliard
|
33914a1bf4
|
services: Send the service name in the control requests.
Only start a single dispatcher thread for all services.
|
2008-05-08 18:08:41 +02:00 |
Rob Shearman
|
ce42c95a1c
|
winetest: Detect if an unhandled exception occurred in a child process and print an appropriate message.
Avoid getting caught incrementing the failure count in this case, as it
could take a very long time to complete.
|
2008-05-07 17:48:09 +02:00 |
Maarten Lankhorst
|
11a0e45304
|
wininet: Ignore INTERNET_STATUS_DETECTING_PROXY messages in the http test.
|
2008-05-07 12:11:08 +02:00 |
Francois Gouget
|
928048b5e3
|
ole32: Fix spelling of pCapabilities.
|
2008-05-06 16:09:56 +02:00 |
Jacek Caban
|
7584f2793d
|
mshtml: Added DispHTMLSelectElement declaration.
|
2008-05-05 13:34:05 +02:00 |
Alexandre Julliard
|
ad79873527
|
configure: Improve the check for the GLU library.
|
2008-05-01 13:29:02 +02:00 |
Maarten Lankhorst
|
9cc32202ed
|
headers: Add some extra defines to vfw.h.
|
2008-05-01 12:35:30 +02:00 |
Eric Pouech
|
b0a7c55cde
|
winedump: Added support for latest versions of Codeview (VC70).
|
2008-05-01 11:12:06 +02:00 |
Alexandre Julliard
|
69c29866c1
|
exception.h: Preserve registers when calling RtlUnwind.
|
2008-05-01 11:07:53 +02:00 |
Alexandre Julliard
|
c20e8c9005
|
exception.h: Only push the exception frame after sigsetjmp.
Otherwise on Windows longjmp may want to mess with the exception frame.
|
2008-05-01 11:07:08 +02:00 |
Alexandre Julliard
|
0ee44f5e20
|
ntdll: Make the exception handling functions inline.
|
2008-05-01 10:57:54 +02:00 |
Jacek Caban
|
ac00714c40
|
mshtml.idl: Added DispHTMLCommentElement declaration.
|
2008-05-01 10:57:34 +02:00 |
Nikolay Sivov
|
37b8140f56
|
gdiplus: Implemented GdipCreateFontFromDC.
|
2008-04-30 17:00:24 +02:00 |
Petr Sumbera
|
4992b6590e
|
port: Add alternative for isinf.
|
2008-04-30 13:45:23 +02:00 |
James Hawkins
|
bfe07d1d07
|
msi: Add initial implementation of MsiPublishAssemblies.
|
2008-04-30 13:45:23 +02:00 |
Jacek Caban
|
e487b1e213
|
mshtml.idl: Added DispHTMLStyle declaration.
|
2008-04-30 13:45:23 +02:00 |
Jacek Caban
|
5ed14f98aa
|
mshtml.idl: Added DispHTMLImg implementation.
|
2008-04-30 13:45:23 +02:00 |
Roderick Colenbrander
|
5fe5def3d1
|
wgl: We were already advertising GL_EXT_framebuffer_sRGB but not the corresponding WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT.
|
2008-04-30 10:28:59 +02:00 |
Nikolay Sivov
|
17621fb7d5
|
gdiplus: Implemented GdipSetPathGradientCenterPointI.
|
2008-04-30 10:27:49 +02:00 |
Nikolay Sivov
|
510c26ac1d
|
gdiplus: Implemented GdipMultiplyWorldTransform.
|
2008-04-30 10:27:38 +02:00 |
Nikolay Sivov
|
93f6601d03
|
gdiplus: Implemented GdipIsMatrixIdentity.
|
2008-04-30 10:27:23 +02:00 |
Nikolay Sivov
|
6dd720dcb5
|
gdiplus: Implemented GdipIsMatrixEqual.
|
2008-04-30 10:26:55 +02:00 |
Nikolay Sivov
|
d93062f13e
|
gdiplus: Implemented GdipGetPathPointsI.
|
2008-04-30 10:26:21 +02:00 |
Roderick Colenbrander
|
628e4eece3
|
wined3d: Add multisampling support.
|
2008-04-30 10:23:25 +02:00 |
Aric Stewart
|
09af64cb83
|
hlink: Implement IExtensionServices.
|
2008-04-29 14:53:26 +02:00 |
Nikolay Sivov
|
9cce789881
|
gdiplus: Implemented GdipGetPathGradientCenterPointI.
|
2008-04-29 13:48:17 +02:00 |
Nikolay Sivov
|
d5769957b4
|
gdiplus: Implemented GdipGetDpiX/GdipGetDpiY.
|
2008-04-29 13:48:08 +02:00 |
Nikolay Sivov
|
7ce48b0346
|
gdiplus: Implemented GdipFillRectangles/GdipFillRectanglesI.
|
2008-04-29 13:47:59 +02:00 |
Nikolay Sivov
|
fc2dc8bc2a
|
gdiplus: Implemented GdipFillEllipse/GdipFillEllipseI.
|
2008-04-29 13:47:45 +02:00 |
Nikolay Sivov
|
79b49a8f19
|
gdiplus: Implemented GdipDrawImagePointsRectI.
|
2008-04-29 13:47:20 +02:00 |
Nikolay Sivov
|
492470493e
|
gdiplus: Implemented GdipDrawImage.
|
2008-04-29 13:46:28 +02:00 |
Jacek Caban
|
96fdb0e742
|
mshtml: Added IHTMLCommentElement declaration.
|
2008-04-29 12:38:19 +02:00 |
Jacek Caban
|
3186aa7a65
|
mshtml.idl: Added DispHTMLOptionElement declaration.
|
2008-04-29 12:38:12 +02:00 |
Jacek Caban
|
f885b33218
|
mshtml.idl: Added IHTMLDOMChildrenCollection and DispDOMChildrenCollection declaration.
|
2008-04-29 12:37:58 +02:00 |
Jacek Caban
|
32846424be
|
mshtml.idl: Added DispHTMLInputElement declaration.
|
2008-04-28 14:32:44 +02:00 |
ByeongSik Jeon
|
63d81263e2
|
imm32: Add the updated ImmTranslateMessage declaration.
|
2008-04-28 14:29:43 +02:00 |
Nikolay Sivov
|
c282f248fa
|
gdiplus: Implemented GdipAddPathBeziersI.
|
2008-04-28 12:21:12 +02:00 |
Nikolay Sivov
|
8cf5608089
|
gdiplus: Implemented GdipDrawImageRect/GdipDrawImageRectI.
|
2008-04-25 11:38:24 +02:00 |
Nikolay Sivov
|
19cc99c333
|
gdiplus: Implemented GdipAddPathBezier.
|
2008-04-25 11:38:10 +02:00 |
Nikolay Sivov
|
59ef3c920d
|
gdiplus: Implemented GdipSetLineColors.
|
2008-04-24 22:46:38 +02:00 |
Nikolay Sivov
|
b31f2250dd
|
gdiplus: Implemented GdipGetLineColors.
|
2008-04-24 22:46:26 +02:00 |
Nikolay Sivov
|
3d274bc1cf
|
gdiplus: Implemented GdipGetLineRect/GdipGetLineRectI.
|
2008-04-24 22:46:14 +02:00 |
Nikolay Sivov
|
4697593e85
|
gdiplus: Implemented GdipDrawPolygon/GdipDrawPolygonI.
|
2008-04-24 22:45:09 +02:00 |
Nikolay Sivov
|
3aa94d33e4
|
gdiplus: Implemented GdipTransformMatrixPointsI.
|
2008-04-24 22:44:26 +02:00 |
Jacek Caban
|
74c571a441
|
mshtml.idl: Added DispHTMLElementCollection declaration.
|
2008-04-24 22:19:36 +02:00 |
Jacek Caban
|
1cb633a5cc
|
mshtml.idl: Added IHTMLDOMTextNode declaration.
|
2008-04-24 22:15:11 +02:00 |
Jacek Caban
|
f731140c91
|
mshtml.idl: Added DispHTMLDOMText declaration.
|
2008-04-24 22:15:05 +02:00 |
Roderick Colenbrander
|
f0307d9366
|
wgl: Add a wine specific WGL extension which allows you to change the pixel format multiple times.
|
2008-04-24 12:32:38 +02:00 |
Rob Shearman
|
8e0f125f45
|
wintrust: Implement WTHelperGetProvPrivateDataFromChain.
Also fill in pfnAddPrivData2Chain in WintrustLoadFunctionPointers, which
is the complement of WTHelperGetProvPrivateDataFromChain.
|
2008-04-24 11:49:35 +02:00 |
Jacek Caban
|
22eb495aaf
|
mshtml.idl: Added DispHTMLUnknownElement declaration.
|
2008-04-24 11:43:19 +02:00 |
Nikolay Sivov
|
f994306a02
|
gdiplus: Implemented GdipCloneFont.
|
2008-04-23 14:32:31 +02:00 |
ByeongSik Jeon
|
a6ff00c4da
|
imm32: Add stub and header of Imm{Create|Show|Destroy}SoftKeyboard.
|
2008-04-23 13:26:48 +02:00 |
ByeongSik Jeon
|
f9316b1877
|
imm32: Add stub and header of ImmRequestMessage.
|
2008-04-23 13:26:45 +02:00 |
Erik de Castro Lopo
|
fc9f8dac17
|
include: Fix "warning: cast from pointer to integer of different size".
|
2008-04-23 12:22:17 +02:00 |
Austin English
|
6e59cd2c34
|
Spelling fixes.
|
2008-04-22 12:20:12 +02:00 |
Nikolay Sivov
|
f649c9d224
|
gdiplus: Implemented GdipVectorTransformMatrixPointsI.
|
2008-04-21 14:21:53 +02:00 |
Stefan Leichter
|
a629a4199e
|
shell32: Implement SHGetFolderPathAndSubDirA/W.
|
2008-04-21 14:21:37 +02:00 |
Alam Arias
|
09d460f422
|
include: Fix wingdi.h to define AW version of wglUseFontBitmaps and wglUseFontOutlines.
|
2008-04-21 12:10:36 +02:00 |
Nikolay Sivov
|
256874426d
|
gdiplus: Implemented GdipVectorTransformMatrixPoints.
|
2008-04-18 13:57:15 +02:00 |
Nikolay Sivov
|
685686aa9f
|
gdiplus: Implemented GdipGetCustomLineCapBaseCap.
|
2008-04-18 13:57:15 +02:00 |
Lei Zhang
|
9d7f7bfc5e
|
msxml3: Check for xsltInit before calling it.
|
2008-04-18 13:57:15 +02:00 |
Nikolay Sivov
|
ae576c40b8
|
gdiplus: Implement GdipCreatePath2I.
|
2008-04-17 12:54:16 +02:00 |
Nikolay Sivov
|
0f42f4c532
|
gdiplus: Implement GdipCreateMatrix3I.
|
2008-04-17 12:53:59 +02:00 |
Nikolay Sivov
|
fd0cbca787
|
gdiplus: Implement GdipAddPathArcI.
|
2008-04-17 12:53:31 +02:00 |
Nikolay Sivov
|
8360caabfa
|
gdiplus: Implement GdipAddPathLine2I.
|
2008-04-17 12:53:00 +02:00 |
Nikolay Sivov
|
6ba525d8c4
|
gdiplus: Implement GdipCloneStringFormat.
|
2008-04-17 12:52:18 +02:00 |
Tony Wasserka
|
d9e98ea3d0
|
d3dx9: Add d3dx9tex.h.
|
2008-04-17 12:25:41 +02:00 |
Louis Lenders
|
dd66542011
|
urlmon: Add stub for CoInternetSetFeatureEnabled.
|
2008-04-17 12:25:17 +02:00 |
Kusanagi Kouichi
|
75e40229d2
|
winex11.drv: Fix Solaris build error.
Solaris doesn't define XICCallback.
|
2008-04-16 14:46:05 +02:00 |
Rob Shearman
|
99636aaa9f
|
include: Make IContextMenu interface in shobjidl.idl local since some parameters are pointers to structures with fields that can't be marshalled.
|
2008-04-16 14:07:11 +02:00 |
Alexandre Julliard
|
d5aea7d0df
|
include: Add the SPSVCINST_* setupapi flags.
|
2008-04-16 12:16:51 +02:00 |
Jacek Caban
|
b56a072eb9
|
mshtml.idl: Added IHTMLWindow3 declaration.
|
2008-04-15 14:34:10 +02:00 |
Jacek Caban
|
9a0a045310
|
mshtmdid.h: Fixed IHTMLWindow2 dispids.
|
2008-04-15 14:34:07 +02:00 |
Maarten Lankhorst
|
0b32692451
|
include: Update aviriff header.
|
2008-04-15 14:34:01 +02:00 |
Aric Stewart
|
f51542d9b5
|
user32: Call ImmProcessKey in TranslateMessage to allow IMEs to handle key processing if they choose to.
|
2008-04-14 23:50:13 +02:00 |
Maarten Lankhorst
|
271f2eda14
|
include: Add dvdmedia stub header.
|
2008-04-14 23:50:13 +02:00 |
Rob Shearman
|
413af76988
|
pstorec: Fix incorrectly spelt PPST_PROMPTIFO type in pstorec.c and pstore.idl.
|
2008-04-14 13:33:26 +02:00 |
Rob Shearman
|
b4efe919cc
|
include: Add local to interfaces or functions that take a void * parameter and so aren't designed to work remotely.
|
2008-04-14 13:33:23 +02:00 |
Rob Shearman
|
0120c1a582
|
include: Fix a typo in a level of indirection in tom.idl.
The parameter for ITextPara::GetDuplicate should have two levels of
indirection.
|
2008-04-14 13:33:13 +02:00 |
Rob Shearman
|
f86ace9067
|
include: The unique attribute doesn't make any sense in the interface header, so remove it.
It is only accepted by MIDL as a synonym for pointer_default(unique),
but it isn't a synonym in widl so remove it.
|
2008-04-14 13:32:57 +02:00 |
Kai Blin
|
ab62cd360f
|
dpnhpast: Implement a stub for DirectPlayNATHelpCreate.
|
2008-04-14 12:43:06 +02:00 |
Aric Stewart
|
3dde049f31
|
imm32: All HIMCC in the InputContext should be initialized at creation.
|
2008-04-14 12:41:53 +02:00 |
Alexander Dorofeyev
|
7c8fa9c24f
|
include/d3d.h: Fix method calling macros.
|
2008-04-11 13:03:50 +02:00 |
Jeremy White
|
40c3718d52
|
include: Add a resource type for scalable font resource (.fot) files.
|
2008-04-11 12:11:33 +02:00 |
Lei Zhang
|
65445b9e7e
|
gdiplus: Add a stub for GdipSetImageAttributesRemapTable.
|
2008-04-11 11:14:53 +02:00 |
Jacek Caban
|
2f9b7741ca
|
mshtml.idl: Added DispHTMLWindow2 dispinterface.
|
2008-04-10 11:16:27 +02:00 |
Jacek Caban
|
ea215f790d
|
include: Added ICanHandleException interface.
|
2008-04-10 11:16:15 +02:00 |
Lei Zhang
|
139da784bf
|
gdiplus: Add a stub for GdipSetImageAttributesOutputChannel.
|
2008-04-10 10:33:35 +02:00 |
Lei Zhang
|
20a8cf6417
|
gdiplus: Add a stub for GdipSetEffectParameters.
|
2008-04-10 10:31:34 +02:00 |
Lei Zhang
|
cec6c2eb4d
|
gdiplus: Add a stub for GdipSetClipRegion.
|
2008-04-10 10:30:39 +02:00 |
Maarten Lankhorst
|
7fa1c9d024
|
include: Add ISeekingPassThru interface.
|
2008-04-10 09:51:06 +02:00 |
Steven Edwards
|
10629e233d
|
include/setupapi: Remove extra semicolons.
|
2008-04-09 19:58:27 +02:00 |
Lei Zhang
|
d9a4299bfc
|
gdiplus: Add a stub for GdipSetClipRectI.
|
2008-04-09 12:16:52 +02:00 |
Stefan Dösinger
|
67e0943ba3
|
wined3d: Store the number of aux buffers in the context.
|
2008-04-09 11:47:24 +02:00 |
Maarten Lankhorst
|
70a6495a31
|
user32: Implement BroadcastSystemMessage.
|
2008-04-03 12:00:02 +02:00 |
Paul Vriens
|
51ee956b95
|
rsaenh: Add some new flags to wincrypt.h and use one of them.
|
2008-04-03 11:30:20 +02:00 |
Alexandre Julliard
|
fca6067748
|
ntdll: Implemented LdrProcessRelocationBlock.
|
2008-04-02 20:38:51 +02:00 |
EA Durbin
|
9cd9023db6
|
include: Define some console display modes.
|
2008-04-02 12:30:34 +02:00 |
Maarten Lankhorst
|
e4136355f0
|
include: Add BroadcastSystemMessageEx.
|
2008-04-02 11:22:56 +02:00 |
Jacek Caban
|
1ab87d4dee
|
include: Added activedbg.idl.
|
2008-04-01 13:44:14 +02:00 |
Alistair Leslie-Hughes
|
67036190ee
|
mscoree: Add missing interfaces.
|
2008-04-01 12:41:30 +02:00 |
Rob Shearman
|
80d67e33b9
|
Remove superfluous semicolons from IDL files.
|
2008-04-01 11:29:27 +02:00 |
James Hawkins
|
c8b6558d21
|
include: Add corerror.h.
|
2008-03-31 13:08:54 +02:00 |
Rob Shearman
|
8529a3c404
|
services: Fill in the functions between implemented functions in svcctl.idl so that it our remoting code is wire-compatible with NT.
Add the necessary stubs for these in services.exe.
|
2008-03-29 11:51:47 +01:00 |
Rob Shearman
|
9a6fc01d84
|
services: Move ControlService and StartServiceW from advapi32.dll to services.exe.
This also changes the architecture such that services.exe is the server
end of the control pipe and the service is the client end.
|
2008-03-29 11:51:34 +01:00 |
Rob Shearman
|
7afd9a977a
|
services: Move LockServiceDatabase and UnlockServiceDatabase from advapi32.dll to services.exe.
|
2008-03-29 11:51:01 +01:00 |
Rob Shearman
|
b48714b148
|
services: Move SetServiceStatus and QueryServiceStatusEx to services.exe.
|
2008-03-29 11:50:57 +01:00 |
Mikołaj Zalewski
|
010dcb168b
|
services: Move GetServiceDisplayName to services.exe and implement GetServiceKeyName.
|
2008-03-29 11:17:33 +01:00 |
Mikołaj Zalewski
|
76d4eeebff
|
services: Move ChangeServiceConfigW implementation from advapi32.dll to services.exe.
|
2008-03-29 11:17:07 +01:00 |
Mikołaj Zalewski
|
a363b9a066
|
services: Move QueryServiceConfigW from advapi32.dll to services.exe.
|
2008-03-29 11:16:43 +01:00 |