Daniel Remenak
e491e8f897
Detect force-feedback-capable linux event device joysticks and return
...
DIDC_FORCEFEEDBACK when queried for capabilities.
2005-07-29 14:18:58 +00:00
Alexandre Julliard
1b666fbeb3
Added a few error codes.
2005-07-28 18:35:36 +00:00
Mike McCormack
d877c5c9cd
Fix some typos in the idl definitions.
2005-07-28 18:32:45 +00:00
Mike McCormack
88e3669b91
Add a definition for the IXMLDOMElement interface.
2005-07-28 10:48:03 +00:00
Paul Vriens
72fba73ada
VerQueryValue returns BOOL not DWORD.
2005-07-28 10:47:37 +00:00
Steven Edwards
e14569d122
Correct RegCreateKeyEx[A/W] prototype to match the PSDK.
2005-07-28 10:18:23 +00:00
Oliver Stieber
c93da09265
Changed swapchains held by the device from an array to a linked
...
list. Also provide a notification function that that the swapchain can
be removed when it is released.
2005-07-27 15:33:17 +00:00
Steven Edwards
54508df527
Add stub implementation of the Uniscribe Script Processor.
2005-07-27 11:02:52 +00:00
Huw Davies
9317115ec5
Add the 'flag' types: FCHAR, FSHORT and FLONG.
2005-07-27 10:50:40 +00:00
Alexandre Julliard
76ed2835cd
Make CONST_VTABLE the default in the Wine source.
2005-07-26 20:10:51 +00:00
Oliver Stieber
7cb748fed2
Makes sure any internal reference counting is passed onto the parent,
...
any objects referenced by the internal stateblock are released when
the stateblock is released (we don't reference count while a
stateblock is recording, so recorded stateblocks have no references to
clean up).
2005-07-26 18:49:30 +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
Hans Leidekker
56a94afc9e
Correct prototype for ldap_search_ext_s.
...
Improve error handling for the search functions.
2005-07-26 15:50:47 +00:00
Thomas Weidenmueller
96e052b9dc
Added stubs for objsel.dll and objsel.h.
2005-07-26 11:30:42 +00:00
Oliver Stieber
ea6189e04b
Implement resource tracking, require for reset and evict managed
...
resources and provides extra sanity checks.
2005-07-26 10:34:15 +00:00
Matthew Davison
043c0d4a36
Added some definitions to odbcinst.h.
2005-07-24 17:10:06 +00:00
Vincent Béron
05b2c1cc81
Remove multiple declarations of the same function, keeping the public
...
one as reference.
2005-07-24 16:17:28 +00:00
Francois Gouget
0293d520dc
Tweak some prototypes to be closer to the PSDK.
2005-07-22 19:48:43 +00:00
Huw Davies
3b77de9cac
Implement the undocumented StartDocDlg[A|W]. These will be used by
...
StartDoc.
2005-07-22 18:28:12 +00:00
Francois Gouget
6b4c9ef268
Add some missing SEE_MASK_* flags.
2005-07-22 09:04:18 +00:00
Saulius Krasuckas
6de20f33ae
- Declare implemented functions inside #ifndef _DEBUG block.
...
- Make MSVCRTD_operator_new_dbg recognize types of memory blocks.
2005-07-21 10:34:08 +00:00
James Hawkins
d03f32b15b
Define the DOCHOSTUIDBLCLK enumeration.
2005-07-21 10:32:56 +00:00
Alexandre Julliard
dac19768fa
Get rid of cursoricon.h.
2005-07-20 10:31:37 +00:00
Daniel Remenak
68709f1c41
Basic handling of EM_SETTEXTEX.
2005-07-20 10:28:44 +00:00
Kevin Koltzau
6873379991
Define 64bit PE structures.
2005-07-19 11:44:32 +00:00
Juan Lang
b5e0222bde
Added a bunch more definitions.
2005-07-18 18:05:52 +00:00
Robert Shearman
0ceb6b6f6b
Implement and test GdiGetCharDimensions.
2005-07-18 18:05:04 +00:00
Felix Nawothnig
48533ae97d
Implement RegGetValueA/W.
2005-07-18 15:10:22 +00:00
Robert Shearman
91eaea53ae
- Change the default user SID to match what was previously returned by
...
NtQueryInformationToken.
- Implement TokenUser for NtQueryInformationToken.
- Add a function for getting the user's registry path from a SID.
2005-07-18 13:22:55 +00:00
Kevin Koltzau
ca8c23034d
Define x86_64 context.
2005-07-18 09:11:42 +00:00
Hans Leidekker
524251db40
Stub implementations for GetUserNameEx{A,W}, TranslateName{A,W},
...
LsaCallAuthenticationPackage, LsaConnectUntrusted and
LsaDeregisterLogonProcess.
2005-07-18 09:11:14 +00:00
Hans Leidekker
f2ad5ade5c
Fix pointer signedness and missing declarations warnings.
2005-07-18 09:10:51 +00:00
Hans Leidekker
3650ff5a6e
Fix some -Wmissing-declarations warnings.
2005-07-18 09:09:41 +00:00
Hans Leidekker
3853794ba0
Stubs for GetAddressByName{A,W}.
2005-07-18 09:09:24 +00:00
Juan Lang
8c9b330cce
Add/correct a couple definitions, allow hashing nothing.
2005-07-18 09:07:57 +00:00
Hans Leidekker
ea524defc9
Configure checks for OpenLDAP headers and libraries.
2005-07-15 16:39:42 +00:00
Frank Richter
567b6facab
Add support for drawing gradient captions.
2005-07-15 16:31:55 +00:00
Alexandre Julliard
c8c3bf3c53
Sort the SPI_* constants and remove some duplicates.
2005-07-15 11:44:36 +00:00
Hans Leidekker
d3447022e1
Link directly to liblcms.
...
Fix typo in test.
2005-07-15 10:09:43 +00:00
Dmitry Timoshkov
1dc18952ae
Use SIZE_T type for size variables in NTDLL when appropriate.
2005-07-15 10:01:30 +00:00
Paul Vriens
b92725af17
Add missing member to WINTRUST_DATA struct.
2005-07-15 09:56:40 +00:00
Jacek Caban
c532793426
Added MSHTML library declaration.
2005-07-14 12:18:30 +00:00
Alexandre Julliard
9ad5628639
Moved the server start time to the init_thread request and got rid of
...
the init_process request (based on a patch by Felix Nawothnig).
2005-07-14 10:32:46 +00:00
Kevin Koltzau
f5db41b2a1
Define GCM_RIGHTMOUSEDROP.
2005-07-14 10:15:06 +00:00
Alexandre Julliard
11ad6a0ac4
Return the startup info size in the init_thread request, and allocate
...
the process parameters structure in ntdll instead of kernel.
2005-07-13 19:43:35 +00:00
Juan Lang
40f37a14e0
Add more missing definitions.
2005-07-13 19:31:55 +00:00
Jacek Caban
375548634d
Added downloadmgr.idl.
2005-07-13 19:31:07 +00:00
Alexandre Julliard
4391be583e
Get rid of the boot_done request.
2005-07-13 14:20:13 +00:00
Alexandre Julliard
0424f38169
Already initialize the process in the first init_thread request
...
instead of waiting for the init_process request.
2005-07-13 12:12:43 +00:00
Alexandre Julliard
7258914ef6
Use the official names for the Unicode string constants.
2005-07-13 12:07:41 +00:00